Searched defs:lua_State (Results 1 – 4 of 4) sorted by relevance
100 struct lua_State { struct102 lu_byte status;105 global_State *l_G;109 StkId stack; /* stack base */112 int stacksize;116 lu_byte hookmask;117 lu_byte allowhook;118 int basehookcount;119 int hookcount;120 lua_Hook hook;[all …]
50 typedef struct lua_State lua_State; typedef
155 struct lua_State { struct157 lu_byte status;158 StkId top; /* first free slot in the stack */159 global_State *l_G;163 StkId stack; /* stack base */164 int stacksize;167 lu_byte hookmask;168 lu_byte allowhook;170 int basehookcount;171 int hookcount;[all …]
53 typedef struct lua_State lua_State; typedef