Searched refs:autoflush (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.t20 autoflush STDOUT 1;
24 autoflush $mystdout;
61 autoflush STDOUT 0;
66 autoflush STDOUT 1;
81 $wr->autoflush;
H A DFileHandle.pm17 autoflush
145 autoflush STDOUT 1;
213 autoflush
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.t46 STDOUT->autoflush;
47 STDERR->autoflush;
H A DOpen3.t49 STDOUT->autoflush;
50 STDERR->autoflush;
H A DOpen2.pm39 The write filehandle will have autoflush turned on.
H A DOpen3.pm35 autoflush turned on.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dposix.t49 $fh->autoflush(1) if $] >= 5.006;
H A Dmktemp.t29 $fh->autoflush(1) if $] >= 5.006;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm28 autoflush STDOUT 1;
81 is unchanged (except for $io->autoflush will actually turn ON
82 autoflush by default).
84 $io->autoflush ( [BOOL] ) $|
172 Turns on autoflush, print ARGS and then restores the autoflush status of the
269 autoflush
464 sub autoflush { subroutine
H A DFile.pm41 autoflush STDOUT 1;
H A DSocket.pm44 $sock->autoflush(1);
341 As of VERSION 1.18 all IO::Socket objects have autoflush turned on
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_sock.t66 $sock->autoflush(1);
89 $sock->autoflush(1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm108 As of VERSION 1.18 all IO::Socket objects have autoflush turned on
H A DINET.pm376 As of VERSION 1.18 all IO::Socket objects have autoflush turned on
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm48 $obj->autoflush(1);
H A DSMTP.pm49 $obj->autoflush(1);
H A DNNTP.pm52 $obj->autoflush(1);
H A DFTP.pm109 $ftp->autoflush(1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1716 using autoflush (this is usually overcome by waiting a while after
1778 even when using autoflush (this is usually overcome by waiting a while

Completed in 61 milliseconds