/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
H A D | diag.t | 58 sub PRINT { subroutine
|
H A D | filehandles.t | 21 sub PRINT { 1 } subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/ |
H A D | TieOut.pm | 7 sub PRINT { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Config.t | 116 sub PRINT { subroutine
|
H A D | Dumpvalue.t | 279 sub PRINT { subroutine
|
H A D | sigtrap.t | 76 sub PRINT { subroutine
|
H A D | Benchmark.t | 598 sub PRINT { subroutine
|
H A D | dumpvar.t | 78 sub PRINT { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | Cap.t | 209 sub PRINT { subroutine
|
H A D | Complete.t | 113 sub PRINT { subroutine
|
/osnet-11/usr/src/lib/libprtdiag/inc/ |
H A D | display.h | 37 #define PRINT 1 macro
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Usage.t | 105 sub PRINT { my $self = shift; $$self .= $_[0] } subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Dev/ |
H A D | Null.pm | 6 sub PRINT {} subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/ |
H A D | Catch.pm | 17 sub PRINT { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | terse.t | 101 sub PRINT { subroutine
|
H A D | assembler.t | 82 sub PRINT($@){ subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | tiehandle.t | 36 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 D | Handle.pm | 30 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 D | logging.h | 103 #define PRINT(...) printf(__VA_ARGS__) macro
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Cmd.pm | 566 sub PRINT { subroutine
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 60 #define PRINT 2 macro 183 action = PRINT; 335 if(action==PRINT)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | a2p.c | 34 #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 D | vfprintf.c | 185 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 D | find.c | 125 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...] |