Lines Matching defs:lua_State
306 struct lua_State { struct
318 struct lua_State *twups; /* list of threads with open upvalues */ argument
319 struct lua_longjmp *errorJmp; /* current error recover point */
320 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
321 volatile lua_Hook hook;
322 ptrdiff_t errfunc; /* current error handling function (stack index) */
323 l_uint32 nCcalls; /* number of allowed nested C calls - 'nci' */
324 int oldpc; /* last pc traced */
325 int stacksize;
326 int basehookcount;
327 int hookcount;
351 struct lua_State th; /* thread */ argument