Searched refs:PL_lastfd (Results 1 – 4 of 4) sorted by relevance
764 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()
305 #define PL_lastfd (PERL_GET_INTERP->Ilastfd) macro630 #define PL_lastfd (vTHX->Ilastfd) macro958 #define PL_Ilastfd PL_lastfd
346 #undef PL_lastfd347 #define PL_lastfd (*Perl_Ilastfd_ptr(aTHX))
11213 PL_lastfd = proto_perl->Ilastfd; in perl_clone_using()