Lines Matching refs:StkId
155 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) { in seterrorobj()
280 StkId lim = L->top; in stackinuse()
341 static StkId adjust_varargs (lua_State *L, Proto *p, int actual) { in adjust_varargs()
344 StkId base, fixed; in adjust_varargs()
358 static StkId tryfuncTM (lua_State *L, StkId func) { in tryfuncTM()
360 StkId p; in tryfuncTM()
380 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall()
410 StkId base; in luaD_precall()
446 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall()
447 StkId res; in luaD_poscall()
477 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call()
551 StkId oldtop; in recover()
574 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) { in resume_error()
587 StkId firstArg = cast(StkId, ud); in resume_cb()
694 StkId oldtop = restorestack(L, old_top); in luaD_pcall()