Home
last modified time | relevance | path

Searched refs:stringtable (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h59 typedef struct stringtable { struct
63 } stringtable; argument
119 stringtable strt; /* hash table for strings */
Dlstring.c66 stringtable *tb = &G(L)->strt; in luaS_resize()
119 stringtable *tb = &G(L)->strt; in newshrstr()