| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
| Storable.pm | 15 $Verbose = 0; 18 require Carp if $Verbose; 23 print STDERR "Memoize::Storable::TIEHASH($filename, @_)\n" if $Verbose; 34 require Carp if $Verbose; 36 print STDERR "Memoize::Storable::STORE(@_)\n" if $Verbose; 41 require Carp if $Verbose; 43 print STDERR "Memoize::Storable::FETCH(@_)\n" if $Verbose; 48 require Carp if $Verbose; 50 print STDERR "Memoize::Storable::EXISTS(@_)\n" if $Verbose; 55 require Carp if $Verbose; [all...] |
| NDBM_File.pm | 17 $Verbose = 0; 24 warn "Importing Memoize::NDBM_File\n" if $Verbose; 42 warn "Memoize::NDBM_File EXISTS (@_)\n" if $Verbose; 46 warn "Memoize::NDBM_File EXISTS (@_) ==> $r\n" if $Verbose; 51 warn "Memoize::NDBM_File DEFINED (@_)\n" if $Verbose; 58 warn "Memoize::NDBM_File DESTROY (@_)\n" if $Verbose; 67 warn "Memoize::NDBM_File STORE (@_)\n" if $VERBOSE;
|
| SDBM_File.pm | 17 $Verbose = 0; 24 warn "Importing Memoize::SDBM_File\n" if $Verbose; 42 warn "Memoize::SDBM_File EXISTS (@_)\n" if $Verbose; 46 warn "Memoize::SDBM_File EXISTS (@_) ==> $r\n" if $Verbose; 51 warn "Memoize::SDBM_File DEFINED (@_)\n" if $Verbose; 58 warn "Memoize::SDBM_File DESTROY (@_)\n" if $Verbose; 67 warn "Memoize::SDBM_File STORE (@_)\n" if $VERBOSE;
|
| AnyDBM_File.pm | 17 my $verbose = 1; 25 print STDERR "AnyDBM_File => Selected $mod.\n" if $Verbose;
|
| /onnv/onnv-gate/usr/src/lib/libnsl/dial/ |
| uucpdefs.c | 56 static int Verbose; /* only for cu and ct to change */
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| genoffsets.pl | 47 our ($CTmp, $OTmp, $GenTmp, $GenPPTmp, $Keep, $Verbose); 89 if ($Verbose) { 124 $Verbose = $opts{k} || $opts{v}; 136 if ($Verbose) {
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
| fat.c | 51 extern int Verbose; 90 if (Verbose) 108 if (Verbose) { 128 if (Verbose) { 136 if (Verbose)
|
| bpb.c | 57 extern int Verbose; 149 if (Verbose) { 183 if (Verbose)
|
| fsck.c | 74 int Verbose = 0; 164 if (Verbose) 191 } else if (Verbose) { 244 Verbose++;
|
| clusters.c | 59 extern int Verbose; 128 if (Verbose) { 258 if (Verbose) { 364 if (Verbose) 557 if (Verbose) 853 if (Verbose) { 918 if (Verbose) { 1003 if (Verbose) { 1267 if (Verbose) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/eftinfo/common/ |
| eftinfo.c | 74 "\t-v Enable verbose output\n" 86 int Verbose; 174 Verbose++;
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/esc/common/ |
| escmain.c | 80 "\t-v Enable verbose output\n" 84 int Verbose; 182 Verbose++;
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| out.c | 140 * prevents debug prints when Debug is off, verbose prints 141 * when Verbose is off, and language warnings when warnings 148 if ((flags & O_VERB) && Verbose == 0) 151 if ((flags & O_VERB2) && Verbose < 2) 154 if ((flags & O_VERB3) && Verbose < 3)
|
| out.h | 66 #define O_VERB 0x0200 /* do nothing unless Verbose is set */ 67 #define O_VERB2 0x0400 /* do nothing unless Verbose >= 2 */ 68 #define O_VERB3 0x2000 /* do nothing unless Verbose >= 3 */ 102 extern int Verbose;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
| Mkbootstrap.t | 50 # with $Verbose set, it should print status messages about libraries 51 $ExtUtils::Mkbootstrap::Verbose = 1; 53 is( $out->read, "\tbsloadlibs=\n", 'should report libraries in Verbose mode' ); 98 like( $read, qr/containing: my/, 'should print verbose status on request' ); 129 $ExtUtils::Mkbootstrap::Verbose = 0; 142 is( $out->read, "Writing dasboot.bs\n", 'should hush without Verbose set' );
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| mkalias.c | 58 int Verbose = 0; /* to get the gory details */ 193 if (Verbose) printf("%s --> %s --> %s\n", 202 if (Verbose) 299 Verbose = 1;
|
| /onnv/onnv-gate/usr/src/tools/depcheck/ |
| get_depend_info | 85 $Verbose = true; 103 $Verbose = false; 106 $Verbose = false; 136 $Silent = true if (($Verbose eq false) && ($PackageOnly eq false) 501 if ($Verbose eq true) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| AutoSplit.pm | 11 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen, 17 @EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime); 137 $Verbose = 1; # 0=none, 1=minimal, 2=list .al files 253 if ($Verbose>=2); 276 if ($Verbose >= 2); 283 if $Verbose; 339 print " writing $lpath\n" if ($Verbose>=2); 344 if ($Verbose>=1); 405 print " deleting $file\n" if ($Verbose>=2);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| MM_MacOS.pm | 25 use ExtUtils::MakeMaker qw($Verbose &neatvalue); 48 print STDOUT "Mac MakeMaker (v$ExtUtils::MakeMaker::VERSION)\n" if $Verbose; 74 print "Blessing Object into class [$newclass]\n" if $Verbose>=2; 189 print "Processing Makefile '$section' section\n" if ($Verbose >= 2); 198 push @{$self->{RESULT}}, "# " . join ", ", %a if $Verbose && %a; 383 print "$self->{NAME} VERSION is $self->{VERSION} (from $self->{VERSION_FROM})\n" if $Verbose; 598 if ($Verbose >= 2); 614 print "libscan($path) => '$inst'\n" if ($Verbose >= 2);
|
| Mkbootstrap.pm | 14 print STDOUT " bsloadlibs=@bsloadlibs\n" if $Verbose; 47 print STDOUT " containing: @all" if $Verbose;
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
| mkfs.c | 67 static int Verbose = 0; 562 if (Verbose) { 746 if (Verbose) 768 if (Verbose) 887 if (Verbose) 927 if (Verbose) 964 if (Verbose) [all...] |
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| uucpdefs.c | 79 GLOBAL int Verbose = 0; /* only for cu and ct to change */
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| eft.c | 60 int Verbose; 138 { "verbose", FMD_TYPE_INT32, "0" }, 331 Verbose = fmd_prop_get_int32(hdl, "verbose"); 337 out(O_DEBUG, "initialized, verbose %d warn %d maxfme %d", 338 Verbose, Warn, Max_fme);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/ |
| Heavy.pm | 105 if $Exporter::Verbose; 171 warn "${pkg}::EXPORT_FAIL cached: @expanded" if $Exporter::Verbose; 191 join(", ",sort @imports) if $Exporter::Verbose;
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| cyclic.c | 257 uint_t verbose = FALSE, Verbose = FALSE; local 270 'v', MDB_OPT_SETBITS, TRUE, &verbose, 271 'V', MDB_OPT_SETBITS, TRUE, &Verbose, NULL) != argc) 274 if (!DCMD_HDRSPEC(flags) && (verbose || Verbose)) 277 if (DCMD_HDRSPEC(flags) || verbose || Verbose) 324 if (!verbose && !Verbose) [all...] |