Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dutil.c1123 if (PL_errors && SvCUR(PL_errors)) { in S_vdie_croak_common()
1124 sv_catsv(PL_errors, msv); in S_vdie_croak_common()
1125 message = SvPV_const(PL_errors, *msglen); in S_vdie_croak_common()
1126 SvCUR_set(PL_errors, 0); in S_vdie_croak_common()
3289 PL_errors = newSVpvn("", 0);
Dembedvar.h67 #define PL_errors (vTHX->Terrors) macro
1185 #define PL_errors (aTHX->Terrors) macro
1325 #define PL_Terrors PL_errors
Dperlapi.h792 #undef PL_errors
793 #define PL_errors (*Perl_Terrors_ptr(aTHX))
Dperl.c362 PL_errors = newSVpvn("",0); in perl_construct()
1139 SvREFCNT_dec(PL_errors); in perl_destruct()
1140 PL_errors = Nullsv; in perl_destruct()
Dpp_ctl.c1324 else if (PL_errors) in Perl_qerror()
1325 sv_catsv(PL_errors, err); in Perl_qerror()
Dsv.c11591 PL_errors = sv_dup_inc(proto_perl->Terrors, param); in perl_clone_using()
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DThread.xs178 SvREFCNT_dec(PL_errors); in threadstart()