Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c241 ci->top = restorestack(L, ci_top); in luaD_hook()
242 L->top = restorestack(L, top); in luaD_hook()
287 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
315 ci->func = restorestack(L, funcr); in luaD_precall()
337 func = restorestack(L, funcr); in luaD_precall()
342 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall()
374 firstResult = restorestack(L, fr); in luaD_poscall()
470 oldtop = restorestack(L, ci->extra); in recover()
517 ci->func = restorestack(L, ci->extra); in resume_cb()
609 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()