Searched defs:PRINT (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Ddiag.t58 sub PRINT { subroutine
H A Dfilehandles.t21 sub PRINT { 1 } subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A DTieOut.pm7 sub PRINT { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DConfig.t116 sub PRINT { subroutine
H A DDumpvalue.t279 sub PRINT { subroutine
H A Dsigtrap.t76 sub PRINT { subroutine
H A DBenchmark.t598 sub PRINT { subroutine
H A Ddumpvar.t78 sub PRINT { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t209 sub PRINT { subroutine
H A DComplete.t113 sub PRINT { subroutine
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Ddisplay.h37 #define PRINT 1 macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DUsage.t105 sub PRINT { my $self = shift; $$self .= $_[0] } subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Dev/
H A DNull.pm6 sub PRINT {} subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
H A DCatch.pm17 sub PRINT { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dterse.t101 sub PRINT { subroutine
H A Dassembler.t82 sub PRINT($@){ subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiehandle.t36 sub PRINT { subroutine
37 ::compare(PRINT => @_);
85 @expect = (PRINT => $ob,"some","text");
151 @expect = (PRINT => $ob,"some","text");
160 @expect = (PRINT => $ob,"some","text");
217 # warnings should pass to the PRINT method of tied STDERR
222 local *Implement::PRINT = sub { @received = @_ };
225 @expect = (PRINT => $ob,"sometext\n");
227 compare(PRINT => @received);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm30 C<TIEHANDLE>, C<PRINT>, C<PRINTF> and C<GETC>.
49 =item PRINT this, LIST
140 sub PRINT { subroutine
148 croak ref($self)," doesn't define a PRINT method";
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h103 #define PRINT(...) printf(__VA_ARGS__) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm566 sub PRINT { subroutine
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c60 #define PRINT 2 macro
183 action = PRINT;
335 if(action==PRINT)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c34 #define PRINT 266 macro
1898 "NEWLINE","COMMENT","FUN1","FUNN","GRGR","PRINT","PRINTF","SPRINTF_OLD",
2023 "simple : PRINT expr_list redir expr",
2024 "simple : PRINT expr_list",
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c185 register struct sm_iov *iovp;/* for PRINT macro */
222 #define PRINT(ptr, len) do { \ macro
239 PRINT(with, PADSIZE); \
242 PRINT(with, n); \
351 PRINT(cp, m);
554 PRINT(out, len);
757 PRINT(&sign, 1);
763 PRINT(ox, 2);
774 PRINT(cp, size);
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c125 PRINT, PRINT0, PRINTF, PRINTX, FPRINT, FPRINT0, FPRINTF, FPRINTX, enumerator in enum:Command
405 "print", PRINT, Unary, 1, 0, 0,
849 enum Command oldop = PRINT;
887 oldop = PRINT;
901 if (oldop == NOT || np->action != NOT && (oldop != PRINT || !oldnp))
910 oldop = PRINT;
1226 np->action = PRINT;
1229 case PRINT:
1236 np->action = PRINT;
1248 np->action = PRINT;
[all...]

Completed in 135 milliseconds