Searched refs:PL_osname (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmg.c655 sv_setpv(sv, PL_osname);
2115 if (PL_osname) {
2116 Safefree(PL_osname);
2117 PL_osname = Nullch;
2121 PL_osname = savepv(SvPV(sv,len));
H A Dperlapi.h463 #undef PL_osname
464 #define PL_osname (*Perl_Iosname_ptr(aTHX))
H A Dperl.c696 Safefree(PL_osname); /* $^O */
697 PL_osname = Nullch;
4048 if (PL_osname)
4049 Safefree(PL_osname);
4050 PL_osname = savepv(OSNAME);
H A Dembedvar.h371 #define PL_osname (PERL_GET_INTERP->Iosname) macro
693 #define PL_osname (vTHX->Iosname) macro
1018 #define PL_Iosname PL_osname
H A Dsv.c11016 PL_osname = SAVEPV(proto_perl->Iosname);

Completed in 72 milliseconds