Lines Matching defs:lua_State
309 struct lua_State { struct
322 struct lua_State *twups; /* list of threads with open upvalues */ argument
323 struct lua_longjmp *errorJmp; /* current error recover point */
324 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
325 volatile lua_Hook hook;
326 ptrdiff_t errfunc; /* current error handling function (stack index) */
327 l_uint32 nCcalls; /* number of nested (non-yieldable | C) calls */
328 int oldpc; /* last pc traced */
329 int basehookcount;
330 int hookcount;
331 volatile l_signalT hookmask;