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 D | ldo.c | 247 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 D | ldo.h | 23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
|
| H A D | ldebug.c | 51 ci->func = restorestack(L, ci->extra); in swapextra() 589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
|
| H A D | lvm.c | 104 p3 = restorestack(L, result); in callTM()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldo.c | 273 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 D | ldo.h | 33 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
|
| H A D | ltm.c | 118 p3 = restorestack(L, result); in luaT_callTM()
|
| H A D | ldebug.c | 66 ci->func = restorestack(L, ci->extra); in swapextra() 642 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
|