Searched defs:OUT (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_platform_specific.h196 #ifndef OUT
197 #define OUT macro
/osnet-11/usr/src/lib/librstp/common/
H A Dbase.h49 # define OUT /* consider as comments near 'output' parameters */ macro
H A Dstp_in.h39 # define OUT /* consider as comments near 'output' parameters */ macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dwrite.t69 format OUT = format
87 open(OUT, '>Op_write.tmp') || die "Can't create Op_write.tmp";
94 write(OUT);
95 close OUT or die "Could not close: $!";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm11 my $OUT = $term->OUT || \*STDOUT;
15 print $OUT $res, "\n" unless $@;
50 followed by two arguments for C<IN> and C<OUT> filehandles. These
63 =item C<IN>, C<OUT>
253 #OUT->autoflush(1); # Conflicts with debugger?
255 $| = 1; # for DB::OUT
260 #OUT->autoflush(1); # Conflicts with debugger?
262 $| = 1; # for DB::OUT
279 $| = 1; # for DB::OUT
284 sub OUT { shift->[1] } subroutine
[all...]

Completed in 35 milliseconds