Searched refs:restorestack (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldo.c | 202 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 D | ldo.h | 25 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
|
| H A D | ldebug.c | 620 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()
|
| H A D | lvm.c | 89 res = restorestack(L, result); in callTMres()
|