| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
| Std.t | 12 our ($warning, $opt_f, $opt_i, $opt_o, $opt_x, $opt_y, %opt); 19 ok( $opt_x && $opt_o && $opt_y, 'options -x, -o and -y set' );
|
| Std.pm | 23 that take an argument. For each switch found, sets $opt_x (where x is the 36 our($opt_x, $opt_y); 80 # switch found, sets $opt_x (where x is the switch name) to the value of the
|
| /onnv/onnv-gate/usr/src/cmd/fm/scripts/ |
| fmsim.ksh | 69 opt_x=false 334 $opt_x && rm -rf $simroot
|
| /onnv/onnv-gate/usr/src/cmd/mdb/sun4u/modules/unix/ |
| unix.c | 803 uint_t opt_x = FALSE; local 808 'x', MDB_OPT_SETBITS, TRUE, &opt_x, NULL) != argc) 824 if (opt_x) { 1093 uint_t opt_x = FALSE; local 1098 'x', MDB_OPT_SETBITS, TRUE, &opt_x, NULL) != argc) 1114 if (opt_x) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
| dtest.pl | 578 if ($opt_x) { 580 push(@dtrace_argv, $opt_x);
|
| /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/ |
| fmtopo.c | 62 static int opt_x = 0; variable 1236 opt_x++; 1275 if (opt_x) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| h2xs.PL | 570 $opt_X, 585 $opt_x, 608 'omit-XS|X' => \$opt_X, 625 'autogen-xsubs|x' => \$opt_x, 700 $opt_c = $opt_f = 1 if $opt_X; 730 if ($opt_x) { 759 warn <<EOD if $opt_F and $opt_X ; 801 $path_h =~ s/,.*$// if $opt_x; 955 if( ! $opt_X ){ # use XS, unless it was disabled 963 if ($opt_x) { [all...] |
| c2ph.PL | 389 if ($opt_x) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/smbios/ |
| smbios.c | 54 static int opt_x; variable 924 int hex = opt_x; 1168 opt_x++;
|