Searched refs:old_errfunc (Results 1 – 6 of 6) sorted by relevance
489 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() local687 L->errfunc = old_errfunc; in luaD_pcall()
85 ptrdiff_t old_errfunc; member
955 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()961 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()
583 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() local794 L->errfunc = old_errfunc; in luaD_pcall()
172 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()