Searched refs:PL_errors (Results 1 – 7 of 7) sorted by relevance
1123 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);
67 #define PL_errors (vTHX->Terrors) macro1185 #define PL_errors (aTHX->Terrors) macro1325 #define PL_Terrors PL_errors
792 #undef PL_errors793 #define PL_errors (*Perl_Terrors_ptr(aTHX))
362 PL_errors = newSVpvn("",0); in perl_construct()1139 SvREFCNT_dec(PL_errors); in perl_destruct()1140 PL_errors = Nullsv; in perl_destruct()
1324 else if (PL_errors) in Perl_qerror()1325 sv_catsv(PL_errors, err); in Perl_qerror()
11591 PL_errors = sv_dup_inc(proto_perl->Terrors, param); in perl_clone_using()
178 SvREFCNT_dec(PL_errors); in threadstart()