Searched refs:PL_errors (Results 1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | util.c | 1051 if (PL_errors && SvCUR(PL_errors)) { in Perl_vdie() 1052 sv_catsv(PL_errors, msv); in Perl_vdie() 1053 message = SvPV(PL_errors, msglen); in Perl_vdie() 1054 SvCUR_set(PL_errors, 0); in Perl_vdie() 1150 if (PL_errors && SvCUR(PL_errors)) { in Perl_vcroak() 1151 sv_catsv(PL_errors, msv); in Perl_vcroak() 1152 message = SvPV(PL_errors, msglen); in Perl_vcroak() 1153 SvCUR_set(PL_errors, 0); in Perl_vcroak() 3071 PL_errors = newSVpvn("", 0);
|
| H A D | perlapi.h | 767 #undef PL_errors 768 #define PL_errors (*Perl_Terrors_ptr(aTHX))
|
| H A D | embedvar.h | 65 #define PL_errors (vTHX->Terrors) macro 1174 #define PL_errors (aTHX->Terrors) macro 1314 #define PL_Terrors PL_errors
|
| H A D | perl.c | 337 PL_errors = newSVpvn("",0); in perl_construct() 848 SvREFCNT_dec(PL_errors); in perl_destruct() 849 PL_errors = Nullsv; in perl_destruct()
|
| H A D | pp_ctl.c | 1305 else if (PL_errors) in Perl_qerror() 1306 sv_catsv(PL_errors, err); in Perl_qerror()
|
| H A D | sv.c | 11325 PL_errors = sv_dup_inc(proto_perl->Terrors, param); in perl_clone_using()
|