Searched refs:VERBOSE (Results 26 - 50 of 51) sorted by relevance

123

/openbsd-current/regress/sys/netinet/carp/
H A Dcarp_4.sh62 [ $VERBOSE -gt 0 ] && set -x
H A Dcarp_2.sh62 [ $VERBOSE -gt 0 ] && set -x
/openbsd-current/games/adventure/
H A Dio.c187 #ifdef VERBOSE
192 #ifdef VERBOSE
197 #ifdef VERBOSE
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dsearch.pl71 &clear_message if $VERBOSE && $STDERR_IS_TTY;
89 $VERBOSE=0; ## set to a value by -v, -vv, etc. (verbose messages)
129 if ($arg eq '-version' || ($VERBOSE && $arg eq '-help')) {
169 print "Use -v -help for more verbose help.\n" unless $VERBOSE;
171 print <<INLINE_LITERAL_TEXT if $VERBOSE;
213 $VERBOSE =length($1);
214 foreach $len (1..$VERBOSE) { $opt{'-'.('v' x $len)}=1 }
339 $WHY = 1 if $VERBOSE > 3; ## Arg -vvvv or above implies -why.
523 if $VERBOSE;
801 ## command-line options (such as $VERBOSE), sinc
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DMakefile.PL16 my $VERBOSE = $ENV{VERBOSE};
87 if ($args{silent} || !$VERBOSE) {
111 printf "cccmd = $cccmd\n" if $VERBOSE;
120 printf "Running $tmp_exe..." if $VERBOSE;
/openbsd-current/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/
H A DCheck.pm10 use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN
20 $VERBOSE = $^W ? 1 : 0;
71 my $parsed_args = check( $tmpl, \%hash, $VERBOSE )
226 C<$Params::Check::VERBOSE> to a true value. For details, see the
236 my $parsed = check( \%template, \%arguments, $VERBOSE )
259 $verbose ||= $VERBOSE || 0;
568 =head2 $Params::Check::VERBOSE
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y78 /* VERBOSE. */
124 %token THREADNAME TYPE VERBOSE VERSIONK XDCDATA
366 | VERBOSE
624 { "VERBOSE", VERBOSE },
H A Dnlmheader.c36 # define VERBOSE 287 macro
120 /* VERBOSE. */
265 "TYPE", "VERBOSE", "VERSIONK", "XDCDATA", "STRING", "QUOTED_STRING",
1838 { "VERBOSE", VERBOSE },
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y78 /* VERBOSE. */
124 %token THREADNAME TYPE VERBOSE VERSIONK XDCDATA
366 | VERBOSE
624 { "VERBOSE", VERBOSE },
/openbsd-current/gnu/usr.bin/perl/lib/
H A Ddiagnostics.pm191 our $VERBOSE;
230 $VERBOSE = $opt_v;
517 $VERBOSE++;
682 if ($VERBOSE and not $count) {
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py94 # TODO: use debug levels for VERBOSE messages
189 VERBOSE = 0 variable
206 verbose=VERBOSE)
644 verbose=VERBOSE)
672 if VERBOSE >= 1:
816 if VERBOSE >= 1:
892 if VERBOSE >= 1:
H A DSATest.py38 SATestBuild.VERBOSE = args.verbose
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/scripts/
H A Dpod2usage.PL177 pod2usage(VERBOSE => 2) if ($options{man});
/openbsd-current/games/battlestar/
H A Dwords.c180 { "verbose", VERBOSE, VERB, NULL },
H A Dextern.h189 #define VERBOSE 1054 macro
H A Dcypher.c373 case VERBOSE:
/openbsd-current/sbin/fdisk/
H A Dfdisk.c128 verbosity = VERBOSE;
H A Dgpt.c405 if (verbosity == VERBOSE) {
428 if (verbosity == VERBOSE)
450 if (verbosity == VERBOSE) {
H A Dcmd.c410 GPT_print(args, VERBOSE);
/openbsd-current/sys/dev/ic/
H A Dwdcvar.h276 #define VERBOSE 0x01 macro
H A Dwdc.c984 (void) wdcreset(chp, nowait ? NOWAIT : VERBOSE);
1007 if ((flags & VERBOSE) && drv_mask2 != drv_mask1) {
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm16 use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $DEBUG
23 $VERBOSE = 0;
116 $IPC::Cmd::VERBOSE = 0;
131 =head2 $ipc_run_version = IPC::Cmd->can_use_ipc_run( [VERBOSE] )
157 =head2 $ipc_open3_version = IPC::Cmd->can_use_ipc_open3( [VERBOSE] )
279 It will default to the global setting of C<$IPC::Cmd::VERBOSE>,
1273 verbose => { default => $VERBOSE, store => \$verbose },
1281 unless( check( $tmpl, \%hash, $VERBOSE ) ) {
2043 =head2 $IPC::Cmd::VERBOSE
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm20 use vars qw[ $VERBOSE $PREFER_BIN $FROM_EMAIL $USER_AGENT
50 local $Params::Check::VERBOSE = 1;
51 local $Params::Check::VERBOSE = 1;
52 local $Module::Load::Conditional::VERBOSE = 0;
53 local $Module::Load::Conditional::VERBOSE = 0;
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y157 %token ERROR CONST TABLE NODE DELETE ADD LOG VERBOSE LIMIT QUICK SKIP
457 | VERBOSE
1331 { "verbose", VERBOSE },
/openbsd-current/sys/dev/pcmcia/
H A Dwdc_pcmcia.c417 wdcreset(&sc->wdc_channel, VERBOSE);

Completed in 174 milliseconds

123