Searched refs:old_errfunc (Results 1 – 3 of 3) sorted by relevance
543 L->errfunc = ci->u.c.old_errfunc; /* with the same error function */ in finishCcall()610 L->errfunc = ci->u.c.old_errfunc; in recover()747 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local759 L->errfunc = old_errfunc; in luaD_pcall()
205 ptrdiff_t old_errfunc; member
1039 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()1045 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()