Searched defs:lua_State (Results 1 – 2 of 2) sorted by relevance
154 struct lua_State { struct156 lu_byte status;157 StkId top; /* first free slot in the stack */158 global_State *l_G;159 CallInfo *ci; /* call info for current function */160 const Instruction *oldpc; /* last pc traced */161 StkId stack_last; /* last free slot in the stack */162 StkId stack; /* stack base */163 int stacksize;164 unsigned short nny; /* number of non-yieldable calls in stack */[all …]
52 typedef struct lua_State lua_State; typedef