Searched refs:Verbose (Results 1 - 25 of 49) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DStorable.pm15 $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...]
H A DNDBM_File.pm17 $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;
H A DSDBM_File.pm17 $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;
H A DAnyDBM_File.pm25 print STDERR "AnyDBM_File => Selected $mod.\n" if $Verbose;
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucpdefs.c56 static int Verbose; /* only for cu and ct to change */ variable
H A Duucp.h197 * In other programs, the Value of Verbose is always 0.
199 #define VERBOSE(f, s) { if (Verbose > 0) (void) fprintf(stderr, f, s); }
398 static int Debug, Verbose; variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm42 use vars qw($VERSION $Verbose);
44 $Verbose = 0;
78 warn "Using $blib\n" if $Verbose;
H A DAutoSplit.pm11 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);
H A Dsigtrap.t61 $sigtrap::Verbose = 1;
64 like( $out->read, qr/^Installing handler/, 'does it talk with $Verbose set?' );
H A DCarp.pm130 $Verbose = 0; # If true then make shortmess call longmess instead
146 $Verbose = shift if $_[0] eq 'verbose';
H A Dsigtrap.pm12 $Verbose ||= 0;
27 print "Installing handler $handler for $_\n" if $Verbose;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/
H A DHeavy.pm105 if $Exporter::Verbose;
171 warn "${pkg}::EXPORT_FAIL cached: @expanded" if $Exporter::Verbose;
191 join(", ",sort @imports) if $Exporter::Verbose;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm14 print STDOUT " bsloadlibs=@bsloadlibs\n" if $Verbose;
47 print STDOUT " containing: @all" if $Verbose;
H A DEmbed.pm16 @Extensions $Verbose $lib_ext
32 $Verbose = 0;
199 print STDERR "Searching (@path) for archives\n" if $Verbose;
205 print STDERR "searching for '$sub${lib_ext}'\n" if $Verbose;
238 print STDERR "bs: $bsloadlibs ** ld: $ldloadlibs" if $Verbose;
242 print STDERR "ldopts: '$linkage'\n" if $Verbose;
H A DMM_MacOS.pm25 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);
H A DManifest.pm13 $Debug $Verbose $Quiet $MANIFEST $DEFAULT_MSKIP);
27 $Verbose = defined $ENV{PERL_MM_MANIFEST_VERBOSE} ?
109 warn "Removed from $MANIFEST: $file\n" if $Verbose and exists $read->{$file};
112 if ($Verbose){
668 is reported by mkmanifest() if $Verbose is set and a file is added
669 to MANIFEST. $Verbose is set to 1 by default.
H A DMM_Unix.pm17 $Verbose %pm %static
21 use ExtUtils::MakeMaker qw($Verbose neatvalue);
208 print STDOUT "Processing $name hint:\n" if $Verbose;
226 print STDOUT " $1 = $2\n" if $Verbose;
1170 $self->ext($libs, $Verbose);
1311 warn "Ignoring $interpreter in $file\n" if $Verbose && $interpreter;
1320 print STDOUT "Changing sharpbang in $file to $interpreter" if $Verbose;
1333 if $Verbose;
1529 if ($Verbose >= 2);
1552 print "libscan($path) => '$inst'\n" if ($Verbose >
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMkbootstrap.t50 # 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' );
129 $ExtUtils::Mkbootstrap::Verbose = 0;
142 is( $out->read, "Writing dasboot.bs\n", 'should hush without Verbose set' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Carp/
H A DHeavy.pm15 our ($CarpLevel, $MaxArgNums, $MaxEvalLen, $MaxArgLen, $Verbose);
191 return longmess_heavy(@_) if $Verbose;
/osnet-11/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
H A DMM.pm13 use ExtUtils::MakeMaker qw($Verbose);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm231 my $Verbose;
288 $Verbose = 0; # not verbose by default
376 warn "Scanning for sections in input file(s)\n" if $Verbose;
405 warn "No headings in $Podfile\n" if $Verbose;
432 if $Verbose and $Title;
440 warn "using $Title" if $Verbose;
497 warn "Converting input file $Podfile\n" if $Verbose;
602 warn "Finished\n" if $Verbose;
702 $Verbose = $opt_verbose if defined $opt_verbose;
732 warn "scanning for item cache\n" if $Verbose;
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsavemail.c382 int oldverb = Verbose;
385 Verbose = 1;
386 if (Verbose > 0)
388 Verbose = oldverb;
446 int oldverb = Verbose;
449 Verbose = 1;
450 if (Verbose > 0)
453 Verbose = oldverb;
H A Dmain.c1616 Verbose != 0)
1620 ** Verbose to prevent normal users
1628 Verbose = 0;
1645 if (Verbose == 0)
1646 Verbose = 2;
1681 Verbose = 2;
1721 if (Verbose)
2089 Verbose = 2;
2091 if (Verbose)
2106 if (Verbose
[all...]
H A Dqueue.c1768 if (Verbose)
1776 if (Verbose)
1780 if (Verbose)
1796 else if (Verbose)
1803 if (Verbose)
2131 if (!Verbose && bitnset(QD_FORK, Queue[qgrp]->qg_flags))
2593 if (Verbose)
3965 if (Verbose)
4019 if (Verbose)
4323 if (Verbose)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables19 my $Verbose = 0;
26 $Verbose = 1;
28 $Verbose = 0;
61 print "$file unchanged.\n" if $Verbose;
68 print "$file written.\n" if $Verbose;
1638 print "# SKIPPING $_\n" if $Verbose;

Completed in 106 milliseconds

12