| /onnv/onnv-gate/usr/src/lib/libeti/form/common/ |
| form_opts.c | 39 set_form_opts(FORM *f, OPTIONS opts) 45 OPTIONS 52 form_opts_on(FORM *f, OPTIONS opts) 59 form_opts_off(FORM *f, OPTIONS opts)
|
| field_opts.c | 39 set_field_opts(FIELD *f, OPTIONS opts) 44 OPTIONS 51 field_opts_on(FIELD *f, OPTIONS opts) 59 field_opts_off(FIELD *f, OPTIONS opts)
|
| llib-lform | 252 OPTIONS opts; 255 OPTIONS 258 { return ((OPTIONS)0); } 263 OPTIONS opts; 269 OPTIONS opts; 437 OPTIONS opts; 440 OPTIONS 443 { return ((OPTIONS)0); } 448 OPTIONS opts; 454 OPTIONS opts [all...] |
| /onnv/onnv-gate/usr/src/lib/libeti/menu/common/ |
| itemopts.c | 39 set_item_opts(ITEM *i, OPTIONS opt) 62 item_opts_off(ITEM *i, OPTIONS opt) 68 item_opts_on(ITEM *i, OPTIONS opt)
|
| llib-lmenu | 45 OPTIONS item_opts(ITEM *i) {return O_SELECTABLE;} 46 OPTIONS menu_opts(MENU *m) {return O_ONEVALUE;} 71 int item_opts_off(ITEM *i, OPTIONS o) {return 0;} 72 int item_opts_on(ITEM *i, OPTIONS o) {return 0;} 76 int menu_opts_off(MENU *m, OPTIONS o) {return 0;} 77 int menu_opts_on(MENU *m, OPTIONS o) {return 0;} 84 int set_item_opts(ITEM *i, OPTIONS o) {return E_OK;} 95 int set_menu_opts(MENU *m, OPTIONS o) {return E_OK;}
|
| menuopts.c | 76 menu_opts_off(MENU *m, OPTIONS opt) 82 menu_opts_on(MENU *m, OPTIONS opt) 87 OPTIONS
|
| /onnv/onnv-gate/usr/src/lib/libdscp/svc/ |
| Makefile | 40 # definitions for installing the PPP options 41 OPTIONS = dscp.ppp.options 43 ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
|
| /onnv/onnv-gate/usr/src/lib/libeti/ |
| eti.h | 37 typedef int OPTIONS;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/ |
| pod2usage.xr | 9 OPTIONS AND ARGUMENTS 26 2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections
|
| podselect.xr | 9 OPTIONS AND ARGUMENTS
|
| /onnv/onnv-gate/usr/src/lib/libeti/menu/inc/ |
| menu.h | 43 /* Menu options: */ 51 /* Item options: */ 66 OPTIONS opt; 111 OPTIONS opt; 141 extern OPTIONS item_opts(ITEM *), 162 item_opts_off(ITEM *, OPTIONS), 163 item_opts_on(ITEM *, OPTIONS), 167 menu_opts_off(MENU *, OPTIONS), 168 menu_opts_on(MENU *, OPTIONS), 175 set_item_opts(ITEM *, OPTIONS), [all...] |
| /onnv/onnv-gate/usr/src/cmd/initpkg/ |
| mountall.sh | 71 # Determine fsck options by file system type 98 # saveentry fstype options special mountp 182 echo "mountall: options -g, -r and -l are mutually exclusive" 1>&2 208 # column 7: mntopts- -o specific mount options 262 OPTIONS="-o $mntopts" # Use mount options if any 264 OPTIONS="" 276 saveentry $fstype "$OPTIONS" $special $mountp 312 saveentry $fstype "$OPTIONS" $special $mountp 323 0|40) saveentry $fstype "$OPTIONS" $special $mount [all...] |
| /onnv/onnv-gate/usr/src/lib/libeti/form/inc/ |
| form.h | 93 OPTIONS opts; /* options */ 123 OPTIONS opts; /* options */ 150 * field options 163 * form options 300 extern int set_field_opts(FIELD *, OPTIONS); 301 extern OPTIONS field_opts(FIELD *); 302 extern int field_opts_on(FIELD *, OPTIONS); 303 extern int field_opts_off(FIELD *, OPTIONS); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
| Storable.pm | 22 my %options; 24 @options{@_} = (); 28 OPTIONS => \%options 58 if ($self->{OPTIONS}{'nstore'}) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| Usage.t | 78 Options: 79 The OPTIONS section is displayed with -verbose >= 1. 121 =head1 OPTIONS 123 The B<OPTIONS> section is displayed with -verbose >= 1.
|
| /onnv/onnv-gate/usr/src/lib/libast/common/port/ |
| mnt.c | 68 set(register Header_t* hp, const char* fs, const char* dir, const char* type, const char* options) 98 hp->mnt.options = (char*)options; 119 s = strcopy(hp->mnt.options = hp->opt, type); 121 if (options) 124 strcpy(s, options); 181 options[] = 282 for (i = 0; i < elementsof(options); i++) 283 if (flags & options[i].flag) 284 n += sfsprintf(mp->opt + n, sizeof(mp->opt) - n - 1, ",%s", options[i].name) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| pod2usage.PL | 70 =head1 OPTIONS AND ARGUMENTS 97 2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections 140 ## Define options 141 my %options = (); 151 ## Parse options 152 GetOptions(\%options, @opt_specs) || pod2usage(2); 153 pod2usage(1) if ($options{help}); 154 pod2usage(VERBOSE => 2) if ($options{man}); 167 $usage{-exitval} = $options{"exit"} if (defined $options{"exit"}) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cfgadm/ |
| cfgadm.h | 37 * Command line options 39 #define OPTIONS "ac:fhlno:s:tx:vy"
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/ |
| smtp.self | 15 =head1 OPTIONS
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| t-sem.c | 289 # define OPTIONS "io" 290 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
|
| t-shm.c | 213 # define OPTIONS "b:io" 214 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| Showlex.pm | 64 my @options = @_; 65 if (@options) { 68 foreach $objname (@options) { 92 When a subroutine name is provided in OPTIONS, prints the lexical
|
| Lint.pm | 11 perl -MO=Lint[,OPTIONS] foo.pl 19 =head1 OPTIONS AND LINT CHECKS 22 usual conventions of compiler backend options. Following any options 24 argument (apart from the special B<all> and B<none> options) is a 27 arguments, a standard list of checks is turned on. Later options 28 override earlier ones. Available options are: 46 These options produce a warning whenever an operation implicitly 110 =head1 NON LINT-CHECK OPTIONS 163 # Debugging options [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/aux/ |
| nisedit.c | 108 /* check OPTIONS column */ 109 s1 = OPTIONS(obj1); 110 s2 = OPTIONS(obj2); 126 * The format is "alias: value #options#comments 191 a.options = OPTIONS(old); 237 a.options = OPTIONS(new); 257 a.options = OPTIONS(new) [all...] |
| nisplus.h | 55 char *options; member in struct:nis_mailias 71 * Options column, 89 * Macros which extract the Alias, Expansion, Comments, or Options column 95 #define OPTIONS(obj) ((obj)->EN_col(OPTIONS_COL)) 123 extern int print_comments; /* Tells us whether to print comments and OPTIONS */
|