Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstate.h311 struct lua_State { struct
324 struct lua_State *twups; /* list of threads with open upvalues */ argument
325 struct lua_longjmp *errorJmp; /* current error recover point */
326 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
327 volatile lua_Hook hook;
328 ptrdiff_t errfunc; /* current error handling function (stack index) */
329 l_uint32 nCcalls; /* number of nested (non-yieldable | C) calls */
330 int oldpc; /* last pc traced */
331 int basehookcount;
332 int hookcount;
[all …]
H A Dlua.h61 typedef struct lua_State lua_State; typedef