Home
last modified time | relevance | path

Searched refs:old_errfunc (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c490 L->errfunc = ci->u.c.old_errfunc; in finishCcall()
548 L->errfunc = ci->u.c.old_errfunc; in recover()
676 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
688 L->errfunc = old_errfunc; in luaD_pcall()
H A Dlstate.h85 ptrdiff_t old_errfunc; member
H A Dlapi.c955 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
961 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c462 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
476 L->errfunc = old_errfunc; in luaD_pcall()