Home
last modified time | relevance | path

Searched defs:oldtop (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dldo.c91 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() local
599 StkId oldtop; in recover() local
751 StkId oldtop = restorestack(L, old_top); in luaD_pcall() local
H A Dlfunc.c159 ptrdiff_t oldtop; in callclosemth() local
/aosp_15_r20/external/python/cpython2/Objects/
Dframeobject.c559 PyObject **fastlocals, **p, **oldtop; in frame_clear() local