Searched defs:oldtop (Results 1 – 3 of 3) sorted by relevance
91 void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) { in luaD_seterrorobj()327 ptrdiff_t oldtop = savestack(L, L->top); /* hook may change top */ in rethook() local599 StkId oldtop; in recover() local751 StkId oldtop = restorestack(L, old_top); in luaD_pcall() local
159 ptrdiff_t oldtop; in callclosemth() local
559 PyObject **fastlocals, **p, **oldtop; in frame_clear() local