Lines Matching refs:that_fp
208 PerlIO *that_fp = NULL; in Perl_do_openn() local
365 if ((that_fp = IoIFP(thatio))) { in Perl_do_openn()
375 if (PerlIO_seek(that_fp, 0, SEEK_CUR) == -1) in Perl_do_openn()
376 PerlIO_clearerr(that_fp); in Perl_do_openn()
382 PerlIO_flush(that_fp); in Perl_do_openn()
383 fd = PerlIO_fileno(that_fp); in Perl_do_openn()
386 if (that_fp == PerlIO_stdout() in Perl_do_openn()
387 || that_fp == PerlIO_stderr()) in Perl_do_openn()
389 else if (that_fp == PerlIO_stdin()) in Perl_do_openn()
401 if (that_fp) { in Perl_do_openn()
402 fp = PerlIO_fdupopen(aTHX_ that_fp, NULL, dodup); in Perl_do_openn()