Lines Matching refs:StkId
91 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) { in seterrorobj()
212 StkId lim = L->top; in stackinuse()
293 static StkId adjust_varargs (lua_State *L, Proto *p, int actual) { in adjust_varargs()
296 StkId base, fixed; in adjust_varargs()
315 static void tryfuncTM (lua_State *L, StkId func) { in tryfuncTM()
317 StkId p; in tryfuncTM()
334 static int moveresults (lua_State *L, const TValue *firstResult, StkId res, in moveresults()
376 int luaD_poscall (lua_State *L, CallInfo *ci, StkId firstResult, int nres) { in luaD_poscall()
377 StkId res; in luaD_poscall()
413 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall()
441 StkId base; in luaD_precall()
495 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call()
507 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield()
582 StkId oldtop; in recover()
621 StkId firstArg = L->top - n; /* first argument */ in resume()
731 StkId oldtop = restorestack(L, old_top); in luaD_pcall()