Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lstate.h>
Data Fields | |
GCObject ** | hash |
lu_int32 | nuse |
int | size |
TString ** | hash |
int | nuse |
Definition at line 38 of file lua-5.1.5/src/lstate.h.
TString ** stringtable::hash |
Definition at line 39 of file lua-5.1.5/src/lstate.h.
Referenced by internshrstr(), internshrstr(), internshrstr(), lua_newstate(), luaC_freeall(), luaC_freeallobjects(), luaS_init(), luaS_remove(), luaS_resize(), luaS_resize(), newlstr(), newshrstr(), singlestep(), and singlestep().
TString** stringtable::hash |
Definition at line 77 of file lua-5.3.6/src/lstate.h.
int stringtable::nuse |
Definition at line 40 of file lua-5.1.5/src/lstate.h.
Referenced by checkSizes(), checkSizes(), checkSizes(), checkSizes(), close_state(), growstrtab(), internshrstr(), internshrstr(), lua_newstate(), luaC_freeallobjects(), luaS_remove(), newlstr(), and newshrstr().
int stringtable::nuse |
Definition at line 78 of file lua-5.3.6/src/lstate.h.
int stringtable::size |
Definition at line 41 of file lua-5.1.5/src/lstate.h.
Referenced by checkSizes(), checkSizes(), checkSizes(), checkSizes(), growstrtab(), internshrstr(), internshrstr(), internshrstr(), lua_newstate(), luaC_freeall(), luaC_freeallobjects(), luaS_init(), luaS_remove(), luaS_resize(), luaS_resize(), newlstr(), newshrstr(), singlestep(), singlestep(), and singlestep().