Searched defs:oldtop (Results 1 – 4 of 4) 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
655 PyObject **oldtop = f->f_stacktop; in frame_tp_clear() local