Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dldo.c503 L->errfunc = ci->u.c.old_errfunc; in finishCcall()
561 L->errfunc = ci->u.c.old_errfunc; in recover()
689 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
701 L->errfunc = old_errfunc; in luaD_pcall()
H A Dlstate.h84 ptrdiff_t old_errfunc; member
H A Dlapi.c956 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
962 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()
/freebsd-14.2/contrib/lua/src/
H A Dlstate.h189 ptrdiff_t old_errfunc; member
H A Dldo.c688 L->errfunc = ci->u.c.old_errfunc; in finishpcallk()
951 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
961 L->errfunc = old_errfunc; in luaD_pcall()
H A Dlapi.c1072 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
1078 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()