Home
last modified time | relevance | path

Searched refs:PL_error_count (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c558 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 …]
H A Dperlapi.h233 #undef PL_error_count
234 #define PL_error_count (*Perl_Ierror_count_ptr(aTHX))
H A Dembedvar.h256 #define PL_error_count (PERL_GET_INTERP->Ierror_count) macro
578 #define PL_error_count (vTHX->Ierror_count) macro
903 #define PL_Ierror_count PL_error_count
H A Dpp_ctl.c1309 ++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()
H A Dperl.c1755 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()
H A Dtoke.c7824 if (PL_error_count >= 10) {
H A Dsv.c11085 PL_error_count = proto_perl->Ierror_count; in perl_clone_using()