Searched refs:PL_error_count (Results 1 – 7 of 7) sorted by relevance
558 if (!o || (o->op_flags & OPf_WANT) || PL_error_count in Perl_scalar()640 if ((want && want != OPf_WANT_SCALAR) || PL_error_count in Perl_scalarvoid()857 if (!o || (o->op_flags & OPf_WANT) || PL_error_count in Perl_list()969 if (!o || PL_error_count) in Perl_mod()1378 if (!o || PL_error_count) in Perl_ref()1629 if (!o || PL_error_count) in S_my_kid()2025 if (PL_error_count) in Perl_fold_constants()2067 if (PL_error_count) in Perl_gen_constant_list()4310 if (PL_error_count) { in Perl_newATTRSUB()4413 else if (strEQ(s, "END") && !PL_error_count) { in Perl_newATTRSUB()[all …]
233 #undef PL_error_count234 #define PL_error_count (*Perl_Ierror_count_ptr(aTHX))
256 #define PL_error_count (PERL_GET_INTERP->Ierror_count) macro578 #define PL_error_count (vTHX->Ierror_count) macro903 #define PL_Ierror_count PL_error_count
1309 ++PL_error_count; in Perl_qerror()2807 SAVEI32(PL_error_count); in S_doeval()2812 PL_error_count = 0; in S_doeval()2819 if (yyparse() || PL_error_count || !PL_eval_root) { in S_doeval()
1755 PL_error_count = 0; in S_parse_body()1757 if (gMacPerl_SyntaxError = (yyparse() || PL_error_count)) { in S_parse_body()1766 if (yyparse() || PL_error_count) { in S_parse_body()
7824 if (PL_error_count >= 10) {
11085 PL_error_count = proto_perl->Ierror_count; in perl_clone_using()