|
static void | ccall (lua_State *L, StkId func, int nResults, int inc) |
|
static void | checkmode (lua_State *L, const char *mode, const char *x) |
|
static void | closepaux (lua_State *L, void *ud) |
|
static void | correctstack (lua_State *L, StkId oldstack, StkId newstack) |
|
static void | f_parser (lua_State *L, void *ud) |
|
static CallInfo * | findpcall (lua_State *L) |
|
static void | finishCcall (lua_State *L, CallInfo *ci) |
|
static int | finishpcallk (lua_State *L, CallInfo *ci) |
|
LUA_API int | lua_isyieldable (lua_State *L) |
|
LUA_API int | lua_resume (lua_State *L, lua_State *from, int nargs, int *nresults) |
|
LUA_API int | lua_yieldk (lua_State *L, int nresults, lua_KContext ctx, lua_KFunction k) |
|
void | luaD_call (lua_State *L, StkId func, int nResults) |
|
void | luaD_callnoyield (lua_State *L, StkId func, int nResults) |
|
int | luaD_closeprotected (lua_State *L, ptrdiff_t level, int status) |
|
int | luaD_growstack (lua_State *L, int n, int raiseerror) |
|
void | luaD_hook (lua_State *L, int event, int line, int ftransfer, int ntransfer) |
|
void | luaD_hookcall (lua_State *L, CallInfo *ci) |
|
void | luaD_inctop (lua_State *L) |
|
int | luaD_pcall (lua_State *L, Pfunc func, void *u, ptrdiff_t old_top, ptrdiff_t ef) |
|
void | luaD_poscall (lua_State *L, CallInfo *ci, int nres) |
|
CallInfo * | luaD_precall (lua_State *L, StkId func, int nresults) |
|
void | luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int narg1) |
|
int | luaD_protectedparser (lua_State *L, ZIO *z, const char *name, const char *mode) |
|
int | luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) |
|
int | luaD_reallocstack (lua_State *L, int newsize, int raiseerror) |
|
void | luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) |
|
void | luaD_shrinkstack (lua_State *L) |
|
l_noret | luaD_throw (lua_State *L, int errcode) |
|
void | luaD_tryfuncTM (lua_State *L, StkId func) |
|
static void | moveresults (lua_State *L, StkId res, int nres, int wanted) |
|
static int | precover (lua_State *L, int status) |
|
static void | resume (lua_State *L, void *ud) |
|
static int | resume_error (lua_State *L, const char *msg, int narg) |
|
static void | rethook (lua_State *L, CallInfo *ci, int nres) |
|
static int | stackinuse (lua_State *L) |
|
static void | unroll (lua_State *L, void *ud) |
|