Searched refs:opt_v (Results 1 – 12 of 12) sorted by relevance
11 int opt_v = 0; variable32 if (opt_v) in gm_check()36 if (opt_v) in gm_check()84 if (opt_v) in lt_check()88 if (opt_v) in lt_check()130 if (argc > 1 && strcmp (argv[1], "-v") == 0) opt_v++; in main()137 opt_v++; in main()
28 "v|verbose:1" => \(my $opt_v = 0),57 $opt_v and warn "Reading $MASTER_CFG ...\n";73 $opt_v and warn "Reading MANIFEST ...\n";92 $opt_v and warn "Reading $cfg ...\n";
131 if (our $opt_v or grep $_ ne $versions[0], @versions) {161 if (our $opt_v or $vcore ne $vcpan) {
72 $opt_v = $opt_d if defined $opt_d;96 print "Checking directory ", $files[0] if defined $opt_v ;201 if defined $opt_v;
50 our $opt_v = scalar grep $_ eq '-v', @ARGV;98 print "#> $subcd $command ->\n @result\n" if !$? and $opt_v;105 print "#> $subcd $command ->\n $result\n" if !$? and $opt_v;
58 static bool opt_v = FALSE; /* quiet, do not show warnings */ variable358 if (opt_v && (analyzed != provided)) { in tput_cmd()414 opt_v = TRUE; in main()
221 our $opt_p = our $opt_d = our $opt_v = our $opt_f = '';230 $VERBOSE = $opt_v;
13 ++$opt_v;
535 elsif( $self->opt_v) { @pages = ("perlvar") }948 $self->search_perlvar($found_things, \@dynamic_pod) if $self->opt_v;952 if( ! $self->opt_f and ! $self->opt_q and ! $self->opt_v and ! $self->opt_a) {965 my $in_list = !$self->not_dynamic && $self->opt_f || $self->opt_v || $self->opt_a;1079 my $opt = $self->opt_v;
595 $opt_v,680 if( $opt_v ){681 $TEMPLATE_VERSION = $opt_v;
212 $verbose = defined $opt_v && $opt_v;
428 our $opt_v = 0; # verbose2016 if ($opt_v)