Searched refs:PL_lastfd (Results 1 – 4 of 4) sorted by relevance
1422 PL_lastfd = -1; in Perl_nextargv()1559 PL_lastfd = PerlIO_fileno(IoIFP(GvIOp(PL_argvoutgv))); in Perl_nextargv()1560 if (PL_lastfd >= 0) { in Perl_nextargv()1561 (void)PerlLIO_fstat(PL_lastfd,&statbuf); in Perl_nextargv()1563 (void)fchmod(PL_lastfd,PL_filemode); in Perl_nextargv()1570 PERL_UNUSED_RESULT(fchown(PL_lastfd,fileuid,filegid)); in Perl_nextargv()
155 # define PL_lastfd (vTHX->Ilastfd) macro
15788 PL_lastfd = proto_perl->Ilastfd;
451 PL_lastfd # Z added by devel/scanprov