Searched defs:lua_State (Results 1 – 2 of 2) sorted by relevance
178 struct lua_State { struct190 struct lua_State *twups; /* list of threads with open upvalues */ argument191 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
56 typedef struct lua_State lua_State; typedef