Home
last modified time | relevance | path

Searched refs:PL_toptarget (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dperl.c1060 SvREFCNT_dec(PL_toptarget); in perl_destruct()
1061 PL_toptarget = Nullsv; in perl_destruct()
4651 PL_toptarget = NEWSV(0,0);
4652 sv_upgrade(PL_toptarget, SVt_PVFM);
4653 sv_setpvn(PL_toptarget, "", 0);
5071 PL_toptarget = NEWSV(0,0);
5072 sv_upgrade(PL_toptarget, SVt_PVFM);
5073 sv_setpvn(PL_toptarget, "", 0);
Dembedvar.h178 #define PL_toptarget (vTHX->Ttoptarget) macro
1296 #define PL_toptarget (aTHX->Ttoptarget) macro
1436 #define PL_Ttoptarget PL_toptarget
Dperlapi.h1014 #undef PL_toptarget
1015 #define PL_toptarget (*Perl_Ttoptarget_ptr(aTHX))
Dutil.c3326 PL_toptarget = newSVsv(t->Ttoptarget);
3328 PL_formtarget = PL_toptarget;
Dpp_sys.c1345 PL_formtarget != PL_toptarget) in PP()
1395 PL_formtarget = PL_toptarget; in PP()
Dsv.c11578 PL_toptarget = sv_dup_inc(proto_perl->Ttoptarget, param); in perl_clone_using()