|
Classes |
| struct | lua_longjmp |
| struct | SParser |
Defines |
| #define | ldo_c |
| #define | LUA_CORE |
| #define | inc_ci(L) |
Functions |
| void | luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) |
| static void | restore_stack_limit (lua_State *L) |
| static void | resetstack (lua_State *L, int status) |
| void | luaD_throw (lua_State *L, int errcode) |
| int | luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) |
| static void | correctstack (lua_State *L, TValue *oldstack) |
| void | luaD_reallocstack (lua_State *L, int newsize) |
| void | luaD_reallocCI (lua_State *L, int newsize) |
| void | luaD_growstack (lua_State *L, int n) |
| static CallInfo * | growCI (lua_State *L) |
| void | luaD_callhook (lua_State *L, int event, int line) |
| static StkId | adjust_varargs (lua_State *L, Proto *p, int actual) |
| static StkId | tryfuncTM (lua_State *L, StkId func) |
| int | luaD_precall (lua_State *L, StkId func, int nresults) |
| static StkId | callrethooks (lua_State *L, StkId firstResult) |
| int | luaD_poscall (lua_State *L, StkId firstResult) |
| void | luaD_call (lua_State *L, StkId func, int nResults) |
| static void | resume (lua_State *L, void *ud) |
| static int | resume_error (lua_State *L, const char *msg) |
| LUA_API int | lua_resume (lua_State *L, int nargs) |
| LUA_API int | lua_yield (lua_State *L, int nresults) |
| int | luaD_pcall (lua_State *L, Pfunc func, void *u, ptrdiff_t old_top, ptrdiff_t ef) |
| static void | f_parser (lua_State *L, void *ud) |
| int | luaD_protectedparser (lua_State *L, ZIO *z, const char *name) |