savestack         817 lib/lua/lapi.c     func = savestack(L, o);
savestack         821 lib/lua/lapi.c   status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);
savestack         856 lib/lua/lapi.c   status = luaD_pcall(L, f_Ccall, &c, savestack(L, L->top), 0);
savestack         184 lib/lua/ldo.c      ptrdiff_t top = savestack(L, L->top);
savestack         185 lib/lua/ldo.c      ptrdiff_t ci_top = savestack(L, L->ci->top);
savestack         247 lib/lua/ldo.c    ptrdiff_t funcr = savestack(L, func);
savestack         270 lib/lua/ldo.c    funcr = savestack(L, func);
savestack         333 lib/lua/ldo.c    ptrdiff_t fr = savestack(L, firstResult);  /* next call may change stack */
savestack         514 lib/lua/ldo.c    status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
savestack          98 lib/lua/lvm.c    ptrdiff_t result = savestack(L, res);