Searched refs:opt_v (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dpalettes.pl53 $opt_s, $opt_T, $opt_v, $opt_x, $opt_8
842 printf "%s\n", $result ? "dark" : "light" if ($opt_v);
859 printf "\t%2d ->reset Acolor\n", $number if ($opt_v);
884 if ($opt_v);
895 if ($opt_v);
911 if ($opt_v);
934 printf "\tall ->reset Acolor\n" if ($opt_v);
968 printf "\tpush %s\n", $slot if ($opt_v);
972 printf "\tpush\n" if ($opt_v);
981 printf "\tpop %s\n", $slot if ($opt_v);
[all...]
H A Dprint-vt-chars.pl43 our ( $opt_L, $opt_l, $opt_R, $opt_r, $opt_v );
358 $vt_level = $opt_v if ( defined $opt_v );
H A Dsetpos.pl41 our ( $opt_a, $opt_n, $opt_p, $opt_v, $opt_x, $opt_8 );
216 if ($opt_v);
H A Dtitlestack.pl51 our ( $opt_b, $opt_c, $opt_g, $opt_l, $opt_s, $opt_v, $opt_8 );
141 if ($opt_v) {
161 if ($opt_v) {
H A Dmodify-keys.pl62 our ( $opt_d, $opt_h, $opt_k, $opt_K, $opt_l, $opt_m, $opt_o, $opt_u, $opt_v );
1169 if ($opt_v);
1184 if ($opt_v);
1214 if ($opt_v);
1273 next if ( $type{USED} == 0 and not $opt_v );
1516 $opt_v = 1 if ($opt_d);
/xsrc/external/mit/xterm/dist/
H A Dcharclass.c68 #define Trace if (opt_v) printf
85 static int opt_v; variable in typeref:typename:int
481 opt_v = 1;
H A Dgen-charsets.pl43 our ( $opt_i, $opt_v, $opt_x );
159 if ($opt_v) {
400 system("diff -u $origin $update") if $opt_v;

Completed in 8 milliseconds