Home
last modified time | relevance | path

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

/external/lua/src/
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
Dlfunc.c159 ptrdiff_t oldtop; in callclosemth() local
/external/python/cpython2/Objects/
Dframeobject.c559 PyObject **fastlocals, **p, **oldtop; in frame_clear() local
/external/python/cpython3/Objects/
Dframeobject.c655 PyObject **oldtop = f->f_stacktop; in frame_tp_clear() local