Home
last modified time | relevance | path

Searched refs:restorestack (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dldo.c306 ci->top = restorestack(L, ci_top); in luaD_hook()
307 L->top = restorestack(L, top); in luaD_hook()
352 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
380 ci->func = restorestack(L, funcr); in luaD_precall()
402 func = restorestack(L, funcr); in luaD_precall()
407 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall()
439 firstResult = restorestack(L, fr); in luaD_poscall()
540 oldtop = restorestack(L, ci->extra); in recover()
587 ci->func = restorestack(L, ci->extra); in resume_cb()
679 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
H A Dldo.h24 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
H A Dldebug.c50 ci->func = restorestack(L, ci->extra); in swapextra()
588 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
H A Dlvm.c105 p3 = restorestack(L, result); in callTM()
/freebsd-13.1/contrib/lua/src/
H A Dldo.h36 #define restorestack(L,n) ((StkId)((char *)L->stack + (n))) macro
44 p = restorestack(L, t__)) /* 'pos' part: restore 'p' */
H A Dldo.c321 ci->top = restorestack(L, ci_top); in luaD_hook()
322 L->top = restorestack(L, top); in luaD_hook()
365 return restorestack(L, oldtop); in rethook()
413 res = restorestack(L, savedres); in moveresults()
643 oldtop = restorestack(L, ci->u2.funcidx); in recover()
647 oldtop = restorestack(L, ci->u2.funcidx); in recover()
786 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
790 oldtop = restorestack(L, old_top); /* previous call may change stack */ in luaD_pcall()
H A Dlfunc.c171 L->top = restorestack(L, oldtop); in callclosemth()
232 level = restorestack(L, levelrel); in luaF_close()
H A Dltm.c132 res = restorestack(L, result); in luaT_callTMres()
H A Dldebug.c756 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()