Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDldo.c319 ci->top = restorestack(L, ci_top); in luaD_hook()
320 L->top = restorestack(L, top); in luaD_hook()
365 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
393 ci->func = restorestack(L, funcr); in luaD_precall()
415 func = restorestack(L, funcr); in luaD_precall()
420 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall()
452 firstResult = restorestack(L, fr); in luaD_poscall()
553 oldtop = restorestack(L, ci->extra); in recover()
600 ci->func = restorestack(L, ci->extra); in resume_cb()
692 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
HDldo.h24 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
HDldebug.c50 ci->func = restorestack(L, ci->extra); in swapextra()
589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
HDlvm.c105 p3 = restorestack(L, result); in callTM()
/freebsd-13-stable/contrib/lua/src/
HDldo.h36 #define restorestack(L,n) ((StkId)((char *)L->stack + (n))) macro
44 p = restorestack(L, t__)) /* 'pos' part: restore 'p' */
HDldo.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()
HDlfunc.c171 L->top = restorestack(L, oldtop); in callclosemth()
232 level = restorestack(L, levelrel); in luaF_close()
HDltm.c132 res = restorestack(L, result); in luaT_callTMres()
HDldebug.c756 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()