Searched refs:PL_mess_sv (Results 1 – 10 of 10) sorted by relevance
42 PL_mess_sv # E
67 AmnT|void|PL_mess_sv
62 PL_mess_sv140 # define PL_mess_sv mess_sv
106 return PL_mess_sv;
1529 if (PL_mess_sv) { in perl_destruct()1535 for (mg = SvMAGIC(PL_mess_sv); mg; mg = moremagic) { in perl_destruct()1544 SvPV_free(PL_mess_sv); in perl_destruct()1545 Safefree(SvANY(PL_mess_sv)); in perl_destruct()1546 Safefree(PL_mess_sv); in perl_destruct()1547 PL_mess_sv = NULL; in perl_destruct()
184 # define PL_mess_sv (vTHX->Imess_sv) macro
1385 if (PL_mess_sv) in S_mess_alloc()1386 return PL_mess_sv; in S_mess_alloc()1395 PL_mess_sv = sv; in S_mess_alloc()
1062 assert(sv != PL_mess_sv); in Perl_sv_upgrade()15794 PL_mess_sv = NULL;
468 PL_mess_sv # M added by devel/scanprov
12159 # define PL_mess_sv mess_sv macro15146 return PL_mess_sv; in DPPP_()