Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c202 L->ci->top = restorestack(L, ci_top); in luaD_callhook()
203 L->top = restorestack(L, top); in luaD_callhook()
253 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
278 func = restorestack(L, funcr); in luaD_precall()
287 func = restorestack(L, funcr); /* previous call may change the stack */ in luaD_precall()
312 ci->func = restorestack(L, funcr); in luaD_precall()
339 return restorestack(L, fr); in callrethooks()
466 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
H A Dldo.h25 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
H A Dldebug.c620 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
H A Dlvm.c89 res = restorestack(L, result); in callTMres()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c307 ci->top = restorestack(L, ci_top); in luaD_hook()
308 L->top = restorestack(L, top); in luaD_hook()
353 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
381 ci->func = restorestack(L, funcr); in luaD_precall()
403 func = restorestack(L, funcr); in luaD_precall()
408 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall()
440 firstResult = restorestack(L, fr); in luaD_poscall()
541 oldtop = restorestack(L, ci->extra); in recover()
588 ci->func = restorestack(L, ci->extra); in resume_cb()
680 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()
589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
H A Dlvm.c105 p3 = restorestack(L, result); in callTM()