Home
last modified time | relevance | path

Searched defs:lua_State (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.h155 struct lua_State { struct
157 lu_byte status;
158 StkId top; /* first free slot in the stack */
159 global_State *l_G;
160 CallInfo *ci; /* call info for current function */
161 const Instruction *oldpc; /* last pc traced */
162 StkId stack_last; /* last free slot in the stack */
163 StkId stack; /* stack base */
164 int stacksize;
165 unsigned short nny; /* number of non-yieldable calls in stack */
[all …]
/freebsd/contrib/lua/src/
H A Dlstate.h309 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;
[all …]
H A Dlua.h57 typedef struct lua_State lua_State; typedef
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h53 typedef struct lua_State lua_State; typedef