Searched defs:lua_State (Results 1 – 2 of 2) 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