Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dldo.c489 L->errfunc = ci->u.c.old_errfunc; in finishCcall()
547 L->errfunc = ci->u.c.old_errfunc; in recover()
675 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
687 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()
/freebsd-13.1/contrib/lua/src/
H A Dldo.c583 L->errfunc = ci->u.c.old_errfunc; /* with the same error function */ in finishCcall()
650 L->errfunc = ci->u.c.old_errfunc; in recover()
782 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
794 L->errfunc = old_errfunc; in luaD_pcall()
H A Dlstate.h172 ptrdiff_t old_errfunc; member
H A Dlapi.c1039 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
1045 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()