Searched refs:opt_v (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | palettes.pl | 53 $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 D | print-vt-chars.pl | 43 our ( $opt_L, $opt_l, $opt_R, $opt_r, $opt_v ); 358 $vt_level = $opt_v if ( defined $opt_v );
|
| H A D | setpos.pl | 41 our ( $opt_a, $opt_n, $opt_p, $opt_v, $opt_x, $opt_8 ); 216 if ($opt_v);
|
| H A D | titlestack.pl | 51 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 D | modify-keys.pl | 62 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 D | charclass.c | 68 #define Trace if (opt_v) printf 85 static int opt_v; variable in typeref:typename:int 481 opt_v = 1;
|
| H A D | gen-charsets.pl | 43 our ( $opt_i, $opt_v, $opt_x ); 159 if ($opt_v) { 400 system("diff -u $origin $update") if $opt_v;
|
Completed in 8 milliseconds