Searched refs:opt_q (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fm/scripts/ |
H A D | bustcode.pl | 53 use vars qw($opt_c $opt_q); 110 unless $opt_q; 119 unless ($opt_q) { 132 print " Conversion:\n" unless $opt_q; 147 sprintf('%05b', $i) . "\n" unless $opt_q; 153 print " 2 bits code type: $1\n" unless $opt_q; 158 print " 2 bits size: $1\n" unless $opt_q; 167 " bits dictval: $dictval\n" unless $opt_q; 169 print " Decimal dictval: $dictval\n" unless $opt_q; 176 print " Add format 1 offset: 2097152\n" unless $opt_q; [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | pg.c | 76 int opt_q = 0; /* display only address. */ in pg() local 84 'q', MDB_OPT_SETBITS, TRUE, &opt_q, in pg() 89 opt_q = B_TRUE; in pg() 91 if (DCMD_HDRSPEC(flags) && !opt_q) { in pg() 113 if (opt_q) { in pg()
|
H A D | group.c | 47 int opt_q = 0; /* display only address. */ in group() local 54 'q', MDB_OPT_SETBITS, TRUE, &opt_q, in group() 59 opt_q = B_TRUE; in group() 61 if (DCMD_HDRSPEC(flags) && !opt_q) { in group() 74 if (opt_q) { in group()
|
H A D | lgrp.c | 233 int opt_q = 0; /* display only address. */ in lgrp() local 251 'q', MDB_OPT_SETBITS, TRUE, &opt_q, in lgrp() 266 opt_q = B_TRUE; in lgrp() 283 if (DCMD_HDRSPEC(flags) && !opt_q) { in lgrp() 328 if (opt_q) { in lgrp()
|
/titanic_44/usr/src/tools/codesign/ |
H A D | signit.pl | 72 our($opt_c, $opt_i, $opt_o, $opt_l, $opt_q); 76 $Quiet = $opt_q;
|
/titanic_44/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 182 print STDOUT $msg unless ($opt_q); 712 $opt_q = 0; # force final summary to appear regardless of -q option
|