Home
last modified time | relevance | path

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

/minix/external/mit/lua/dist/src/
H A Dlstate.h153 struct lua_State { struct
164 struct lua_State *twups; /* list of threads with open upvalues */ argument
165 struct lua_longjmp *errorJmp; /* current error recover point */
166 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
167 lua_Hook hook;
168 ptrdiff_t errfunc; /* current error handling function (stack index) */
192 struct lua_State th; /* thread */ argument
H A Dlua.h70 typedef struct lua_State lua_State; typedef