Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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