Searched refs:restorestack (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | ldo.h | 39 #define restorestack(L,n) cast(StkId, cast_charp(L->stack.p) + (n)) macro 46 p = restorestack(L, t__)) /* 'pos' part: restore 'p' */ 54 p = restorestack(L, t__)) /* 'pos' part: restore 'p' */
|
| H A D | ldo.c | 189 L->top.p = restorestack(L, L->top.offset); in correctstack() 190 L->tbclist.p = restorestack(L, L->tbclist.offset); in correctstack() 192 up->v.p = s2v(restorestack(L, up->v.offset)); in correctstack() 194 ci->top.p = restorestack(L, ci->top.offset); in correctstack() 195 ci->func.p = restorestack(L, ci->func.offset); in correctstack() 361 ci->top.p = restorestack(L, ci_top); in luaD_hook() 362 L->top.p = restorestack(L, top); in luaD_hook() 463 res = restorestack(L, savedres); /* hook can move stack */ in moveresults() 684 StkId func = restorestack(L, ci->u2.funcidx); in finishpcallk() 933 pcl.level = restorestack(L, level); pcl.status = status; in luaD_closeprotected() [all …]
|
| H A D | ltm.c | 141 res = restorestack(L, result); in luaT_callTMres()
|
| H A D | lfunc.c | 238 level = restorestack(L, levelrel); in luaF_close()
|
| H A D | ldebug.c | 815 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
|