|
rpm
4.5
|
#include <lua/lstate.h>

Data Fields | |
| stringtable | strt |
| GCObject * | rootgc |
| GCObject * | rootudata |
| GCObject * | tmudata |
| Mbuffer | buff |
| lu_mem | GCthreshold |
| lu_mem | nblocks |
| lua_CFunction | panic |
| TObject | _registry |
| TObject | _defaultmeta |
| struct lua_State * | mainthread |
| Node | dummynode [1] |
| TString * | tmname [TM_N] |
| Mbuffer global_State::buff |
Definition at line 124 of file lstate.h.
Referenced by f_luaopen().
| Node global_State::dummynode[1] |
Definition at line 131 of file lstate.h.
Referenced by f_luaopen(), and traversetable().
| lu_mem global_State::GCthreshold |
Definition at line 125 of file lstate.h.
Referenced by f_luaopen().
| struct lua_State* global_State::mainthread |
Definition at line 130 of file lstate.h.
Referenced by f_luaopen(), and markroot().
| lu_mem global_State::nblocks |
Definition at line 126 of file lstate.h.
Referenced by f_luaopen().
| lua_CFunction global_State::panic |
Definition at line 127 of file lstate.h.
Referenced by f_luaopen().
| GCObject* global_State::rootgc |
Definition at line 119 of file lstate.h.
Referenced by f_luaopen().
| GCObject* global_State::rootudata |
Definition at line 121 of file lstate.h.
Referenced by f_luaopen().
| stringtable global_State::strt |
Definition at line 117 of file lstate.h.
Referenced by f_luaopen().
| GCObject* global_State::tmudata |
Definition at line 123 of file lstate.h.
Referenced by f_luaopen(), and marktmu().
1.8.2