Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c154 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) { in seterrorobj()
550 StkId oldtop; in recover() local
693 StkId oldtop = restorestack(L, old_top); in luaD_pcall() local
/freebsd/contrib/lua/src/
H A Dldo.c91 void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) { in luaD_seterrorobj()