Home
last modified time | relevance | path

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

/external/lua/src/
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
Dlua.h56 typedef struct lua_State lua_State; typedef