Searched refs:PL_lastfd (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c734 if (PL_lastfd != -1)
735 (void)fchmod(PL_lastfd,PL_filemode);
740 PL_lastfd = -1;
870 PL_lastfd = PerlIO_fileno(IoIFP(GvIOp(PL_argvoutgv)));
871 (void)PerlLIO_fstat(PL_lastfd,&PL_statbuf);
873 (void)fchmod(PL_lastfd,PL_filemode);
882 (void)fchown(PL_lastfd,fileuid,filegid);
H A Dperlapi.h325 #undef PL_lastfd
326 #define PL_lastfd (*Perl_Ilastfd_ptr(aTHX))
H A Dembedvar.h302 #define PL_lastfd (PERL_GET_INTERP->Ilastfd) macro
624 #define PL_lastfd (vTHX->Ilastfd) macro
949 #define PL_Ilastfd PL_lastfd
H A Dsv.c10959 PL_lastfd = proto_perl->Ilastfd;

Completed in 868 milliseconds