Home
last modified time | relevance | path

Searched refs:opt_v (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/Porting/
Dtimecheck.c11 int opt_v = 0; variable
32 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()
Dcheckcfgvar.pl28 "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";
Dcorecpan.pl131 if (our $opt_v or grep $_ ne $versions[0], @versions) {
161 if (our $opt_v or $vcore ne $vcpan) {
/openbsd/src/gnu/usr.bin/cvs/contrib/
Drcslock.in72 $opt_v = $opt_d if defined $opt_d;
96 print "Checking directory ", $files[0] if defined $opt_v ;
201 if defined $opt_v;
/openbsd/src/gnu/usr.bin/perl/
Dmake_patchnum.pl50 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;
/openbsd/src/usr.bin/tput/
Dtput.c58 static bool opt_v = FALSE; /* quiet, do not show warnings */ variable
358 if (opt_v && (analyzed != provided)) { in tput_cmd()
414 opt_v = TRUE; in main()
/openbsd/src/gnu/usr.bin/perl/lib/
Ddiagnostics.pm221 our $opt_p = our $opt_d = our $opt_v = our $opt_f = '';
230 $VERBOSE = $opt_v;
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DGetopt.pod13 ++$opt_v;
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/
DPerldoc.pm535 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;
/openbsd/src/gnu/usr.bin/perl/utils/
Dh2xs.PL595 $opt_v,
680 if( $opt_v ){
681 $TEMPLATE_VERSION = $opt_v;
/openbsd/src/regress/bin/ksh/
Dth212 $verbose = defined $opt_v && $opt_v;
/openbsd/src/gnu/llvm/lldb/scripts/
Ddisasm-gdb-remote.pl428 our $opt_v = 0; # verbose
2016 if ($opt_v)