Lines Matching refs:StkId
88 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) { in seterrorobj()
200 StkId lim = L->top; in stackinuse()
261 static StkId adjust_varargs (lua_State *L, Proto *p, int actual) { in adjust_varargs()
264 StkId base, fixed; in adjust_varargs()
278 static StkId tryfuncTM (lua_State *L, StkId func) { in tryfuncTM()
280 StkId p; in tryfuncTM()
300 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall()
330 StkId base; in luaD_precall()
366 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall()
367 StkId res; in luaD_poscall()
397 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call()
466 StkId oldtop; in recover()
489 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) { in resume_error()
502 StkId firstArg = cast(StkId, ud); in resume_cb()
609 StkId oldtop = restorestack(L, old_top); in luaD_pcall()