Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Ddoio.c764 if (PL_lastfd != -1) in Perl_nextargv()
765 (void)fchmod(PL_lastfd,PL_filemode); in Perl_nextargv()
770 PL_lastfd = -1; in Perl_nextargv()
902 PL_lastfd = PerlIO_fileno(IoIFP(GvIOp(PL_argvoutgv))); in Perl_nextargv()
903 (void)PerlLIO_fstat(PL_lastfd,&PL_statbuf); in Perl_nextargv()
905 (void)fchmod(PL_lastfd,PL_filemode); in Perl_nextargv()
914 (void)fchown(PL_lastfd,fileuid,filegid); in Perl_nextargv()
Dembedvar.h305 #define PL_lastfd (PERL_GET_INTERP->Ilastfd) macro
630 #define PL_lastfd (vTHX->Ilastfd) macro
958 #define PL_Ilastfd PL_lastfd
Dperlapi.h346 #undef PL_lastfd
347 #define PL_lastfd (*Perl_Ilastfd_ptr(aTHX))
Dsv.c11213 PL_lastfd = proto_perl->Ilastfd; in perl_clone_using()