Searched refs:restorestack (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | ldo.c | 256 ci->top = restorestack(L, ci_top); in luaD_hook() 257 L->top = restorestack(L, top); in luaD_hook() 334 ci->func = restorestack(L, funcr); in luaD_precall() 356 func = restorestack(L, funcr); in luaD_precall() 361 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall() 378 func = restorestack(L, funcr); /* previous call may change stack */ in luaD_precall() 394 firstResult = restorestack(L, fr); in luaD_poscall() 506 oldtop = restorestack(L, ci->extra); in recover() 556 ci->func = restorestack(L, ci->extra); in resume() 650 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
|
| H A D | ldo.h | 25 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
|
| H A D | ltm.c | 106 p3 = restorestack(L, result); in luaT_callTM()
|
| H A D | ldebug.c | 69 ci->func = restorestack(L, ci->extra); in swapextra() 625 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
|