Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlstate.h178 struct lua_State { struct
190 struct lua_State *twups; /* list of threads with open upvalues */ argument
191 struct lua_longjmp *errorJmp; /* current error recover point */
192 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
193 volatile lua_Hook hook;
194 ptrdiff_t errfunc; /* current error handling function (stack index) */
218 struct lua_State th; /* thread */ argument
H A Dlua.h56 typedef struct lua_State lua_State; typedef
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h154 struct lua_State { struct
156 lu_byte status;
157 StkId top; /* first free slot in the stack */
158 global_State *l_G;
162 StkId stack; /* stack base */
163 int stacksize;
166 lu_byte hookmask;
167 lu_byte allowhook;
168 int basehookcount;
169 int hookcount;
[all …]
H A Dlua.h52 typedef struct lua_State lua_State; typedef