Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.c247 ci->top = restorestack(L, ci_top); in luaD_hook()
248 L->top = restorestack(L, top); in luaD_hook()
293 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
321 ci->func = restorestack(L, funcr); in luaD_precall()
343 func = restorestack(L, funcr); in luaD_precall()
348 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall()
380 firstResult = restorestack(L, fr); in luaD_poscall()
476 oldtop = restorestack(L, ci->extra); in recover()
523 ci->func = restorestack(L, ci->extra); in resume_cb()
615 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
H A Dldo.h23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
H A Dldebug.c51 ci->func = restorestack(L, ci->extra); in swapextra()
589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
H A Dlvm.c104 p3 = restorestack(L, result); in callTM()
/freebsd-12.1/contrib/lua/src/
H A Dldo.c273 ci->top = restorestack(L, ci_top); in luaD_hook()
274 L->top = restorestack(L, top); in luaD_hook()
383 firstResult = restorestack(L, fr); in luaD_poscall()
403 p = restorestack(L, t__)) /* 'pos' part: restore 'p' */
586 oldtop = restorestack(L, ci->extra); in recover()
630 ci->func = restorestack(L, ci->extra); in resume()
731 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
H A Dldo.h33 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
H A Dltm.c118 p3 = restorestack(L, result); in luaT_callTM()
H A Dldebug.c66 ci->func = restorestack(L, ci->extra); in swapextra()
642 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()