Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dldo.c527 L->errfunc = ci->u.c.old_errfunc; /* with the same error function */ in finishCcall()
593 L->errfunc = ci->u.c.old_errfunc; in recover()
727 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
739 L->errfunc = old_errfunc; in luaD_pcall()
H A Dlstate.h103 ptrdiff_t old_errfunc; member
H A Dlapi.c977 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
983 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.c425 L->errfunc = ci->u.c.old_errfunc; in finishCcall()
483 L->errfunc = ci->u.c.old_errfunc; in recover()
611 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
623 L->errfunc = old_errfunc; in luaD_pcall()
H A Dlstate.h84 ptrdiff_t old_errfunc; member
H A Dlapi.c957 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
963 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()