Home
last modified time | relevance | path

Searched refs:funcr (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c247 ptrdiff_t funcr = savestack(L, func); in tryfuncTM() local
253 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
267 ptrdiff_t funcr; in luaD_precall() local
270 funcr = savestack(L, func); in luaD_precall()
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()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c347 ptrdiff_t funcr = savestack(L, func); in tryfuncTM() local
353 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
370 ptrdiff_t funcr = savestack(L, func); in luaD_precall() local
381 ci->func = restorestack(L, funcr); in luaD_precall()
403 func = restorestack(L, funcr); in luaD_precall()
408 func = restorestack(L, funcr); /* previous call can change stack */ in luaD_precall()