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

/freebsd-13-stable/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);
322 L->top = restorestack(L, top);
365 return restorestack(L, oldtop);
413 res = restorestack(L, savedres);
643 oldtop = restorestack(L, ci->u2.funcidx);
647 oldtop = restorestack(L, ci->u2.funcidx);
786 StkId oldtop = restorestack(L, old_top);
790 oldtop = restorestack(L, old_top); /* previous call may change stack */
H A Dlfunc.c171 L->top = restorestack(L, oldtop);
232 level = restorestack(L, levelrel);
H A Dltm.c132 res = restorestack(L, result);
H A Dldebug.c756 StkId errfunc = restorestack(L, L->errfunc);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dldo.h24 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
H A Dldo.c306 ci->top = restorestack(L, ci_top);
307 L->top = restorestack(L, top);
352 func = restorestack(L, funcr); /* previous call may change stack */
380 ci->func = restorestack(L, funcr);
402 func = restorestack(L, funcr);
407 func = restorestack(L, funcr); /* previous call can change stack */
439 firstResult = restorestack(L, fr);
540 oldtop = restorestack(L, ci->extra);
587 ci->func = restorestack(L, ci->extra);
679 StkId oldtop = restorestack(
[all...]
H A Dldebug.c50 ci->func = restorestack(L, ci->extra);
588 StkId errfunc = restorestack(L, L->errfunc);
H A Dlvm.c105 p3 = restorestack(L, result);

Completed in 93 milliseconds