restorestack      620 lib/lua/ldebug.c     StkId errfunc = restorestack(L, L->errfunc);
restorestack      202 lib/lua/ldo.c      L->ci->top = restorestack(L, ci_top);
restorestack      203 lib/lua/ldo.c      L->top = restorestack(L, top);
restorestack      253 lib/lua/ldo.c    func = restorestack(L, funcr);  /* previous call may change stack */
restorestack      278 lib/lua/ldo.c      func = restorestack(L, funcr);
restorestack      287 lib/lua/ldo.c        func = restorestack(L, funcr);  /* previous call may change the stack */
restorestack      312 lib/lua/ldo.c      ci->func = restorestack(L, funcr);
restorestack      339 lib/lua/ldo.c    return restorestack(L, fr);
restorestack      466 lib/lua/ldo.c      StkId oldtop = restorestack(L, old_top);
restorestack      105 lib/lua/lvm.c    res = restorestack(L, result);