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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c558 if (!o || (o->op_flags & OPf_WANT) || PL_error_count
640 if ((want && want != OPf_WANT_SCALAR) || PL_error_count
857 if (!o || (o->op_flags & OPf_WANT) || PL_error_count
969 if (!o || PL_error_count)
1378 if (!o || PL_error_count)
1629 if (!o || PL_error_count)
2025 if (PL_error_count)
2067 if (PL_error_count)
4310 if (PL_error_count) {
4413 else if (strEQ(s, "END") && !PL_error_count) {
[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;
2807 SAVEI32(PL_error_count);
2812 PL_error_count = 0;
2819 if (yyparse() || PL_error_count || !PL_eval_root) {
3817 for PL_error_count == 0.) Solaris doesn't segfault --
H A Dperl.c1755 PL_error_count = 0;
1757 if (gMacPerl_SyntaxError = (yyparse() || PL_error_count)) {
1766 if (yyparse() || PL_error_count) {
H A Dtoke.c7824 if (PL_error_count >= 10) {
H A Dsv.c11085 PL_error_count = proto_perl->Ierror_count;

Completed in 4839 milliseconds