Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstring.c86 stringtable *tb = &G(L)->strt; in luaS_resize()
126 stringtable *tb = &G(L)->strt; in luaS_init()
165 stringtable *tb = &G(L)->strt; in luaS_remove()
174 static void growstrtab (lua_State *L, stringtable *tb) { in growstrtab()
191 stringtable *tb = &g->strt; in internshrstr()
A Dlstate.h150 typedef struct stringtable { struct
154 } stringtable; typedef
256 stringtable strt; /* hash table for strings */

Completed in 6 milliseconds