Home
last modified time | relevance | path

Searched refs:oldfh (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/uni/
H A Dwrite.t115 my $oldfh = select OUT;
119 select $oldfh;
/openbsd/usr.sbin/pkg_add/OpenBSD/ProgressMeter/
H A DTerm.pm92 my $oldfh = select(STDOUT);
94 select($oldfh);
/openbsd/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm762 my $oldfh = select $fh;
767 select $oldfh;
H A DMan.pm1494 my $oldfh = select $fh;
1499 select $oldfh;
/openbsd/gnu/usr.bin/perl/t/op/
H A Dwrite.t1507 my $oldfh = select STDOUT_DUP;
1516 select $oldfh;
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlfunc.pod5023 # open for append, using the fileno of $oldfh
5024 open(my $fh, ">>&=", $oldfh)
7522 my $oldfh = select(STDERR); $| = 1; select($oldfh);