Searched refs:old_errfunc (Results 1 – 4 of 4) sorted by relevance
490 L->errfunc = ci->u.c.old_errfunc; in finishCcall()548 L->errfunc = ci->u.c.old_errfunc; in recover()676 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local688 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()
462 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local476 L->errfunc = old_errfunc; in luaD_pcall()