Searched refs:PL_ofmt (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dmg.c861 sv_setpv(sv,PL_ofmt);
2262 if (PL_ofmt)
2263 Safefree(PL_ofmt);
2264 PL_ofmt = savepv(SvPV(sv,len));
H A Dperlapi.h439 #undef PL_ofmt
440 #define PL_ofmt (*Perl_Iofmt_ptr(aTHX))
H A Ddoio.c1265 if (PL_ofmt) {
1269 PerlIO_printf(fp, PL_ofmt, (NV)SvIVX(sv));
1274 PerlIO_printf(fp, PL_ofmt, SvNVX(sv));
H A Dembedvar.h359 #define PL_ofmt (PERL_GET_INTERP->Iofmt) macro
681 #define PL_ofmt (vTHX->Iofmt) macro
1006 #define PL_Iofmt PL_ofmt
H A Dperl.c1002 Safefree(PL_ofmt);
1003 PL_ofmt = Nullch;
H A Dsv.c10971 PL_ofmt = SAVEPV(proto_perl->Iofmt);

Completed in 189 milliseconds