/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | 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)
|
H A D | 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)
|
H A D | 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 opt [all...] |
H A D | utility.c | 423 _sync_opts(FIELD *f, OPTIONS opts) 426 OPTIONS oldopts = f -> opts; 427 OPTIONS x = opts ^ oldopts;
|
/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | 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)
|
H A D | 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;}
|
H A D | menuopts.c | 76 menu_opts_off(MENU *m, OPTIONS opt) 82 menu_opts_on(MENU *m, OPTIONS opt) 87 OPTIONS
|
/illumos-gate/usr/src/lib/libdscp/svc/ |
H A D | Makefile | 41 OPTIONS = dscp.ppp.options macro 43 ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
|
/illumos-gate/usr/src/lib/libeti/ |
H A D | eti.h | 37 typedef int OPTIONS; typedef
|
/illumos-gate/usr/src/lib/libeti/menu/inc/ |
H A D | menu.h | 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), 186 set_menu_opts(MENU *, OPTIONS), 204 extern OPTIONS item_opt [all...] |
/illumos-gate/usr/src/cmd/initpkg/ |
H A D | mountall.sh | 298 OPTIONS="-o $mntopts" # Use mount options if any 300 OPTIONS="" 312 saveentry $fstype "$OPTIONS" $special $mountp 348 saveentry $fstype "$OPTIONS" $special $mountp 359 0|40) saveentry $fstype "$OPTIONS" $special $mountp 363 saveentry $fstype "$OPTIONS" $special $mountp
|
/illumos-gate/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 93 OPTIONS opts; /* options */ 123 OPTIONS opts; /* 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); 338 extern int set_form_opts(FORM *, OPTIONS); 339 extern OPTIONS form_opts(FORM *); 340 extern int form_opts_on(FORM *, OPTIONS); 341 extern int form_opts_off(FORM *, OPTIONS); [all...] |
H A D | utility.h | 239 extern int _sync_opts(FIELD *, OPTIONS);
|
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | mnt.c | 504 #define OPTIONS(p) ((p)->mnt_opts) 506 #define OPTIONS(p) NiL 538 set(&mp->hdr, mnt->mnt_fsname, mnt->mnt_dir, mnt->mnt_type, OPTIONS(mnt)); 570 #define OPTIONS(p) ((p)->mnt_opts) 572 #define OPTIONS(p) NiL 596 #define OPTIONS(p) ((p)->mnt_opts) 598 #define OPTIONS(p) NiL 611 #define OPTIONS(p) ((p)->mnt_opts) 665 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt)); 681 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strncpy(typ, fmtfs(&st), sizeof(typ) - 1), OPTIONS(m [all...] |
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.h | 39 #define OPTIONS "ac:fhlno:s:tx:vy" macro
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | t-shm.c | 213 # define OPTIONS "b:io" macro 214 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
|
H A D | t-sem.c | 333 # define OPTIONS "iog:u:" macro 334 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | smtp-sendmail | 57 # * OPTIONS are catch-alls; set with care. 78 $SENDMAIL $MODE -q$QUEUEOPTION$QUEUEINTERVAL $OPTIONS &
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 226 <TSTATE>options { return OPTIONS; } 227 <CSTATE>options { return OPTIONS; }
|
H A D | zonecfg_grammar.y | 133 %token FS ATTR DEVICE RCTL SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL 146 %type <ival> property_name SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL NAME 969 | OPTIONS { $$ = PT_OPTIONS; }
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | editmap.c | 136 #define OPTIONS "C:fquxvN" macro 137 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
|
H A D | makemap.c | 141 #define OPTIONS "C:D:Nc:deflorst:uv" macro 142 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 977 if (open(OPTIONS,"<" . $options)) { 978 while (@{$words = uucpline(OPTIONS, $options)}) { 983 close OPTIONS; 1270 open(OPTIONS,"<" . $options) || die "$options disappeared: $!\n"; 1271 while (@{$words = uucpline(OPTIONS, $options, \@triplet)}) { 1285 close OPTIONS;
|
/illumos-gate/usr/src/cmd/autopush/ |
H A D | autopush.c | 76 #define OPTIONS "M:f:gm:r" /* command line options for getopt(3C) */ macro 140 while (!errflag && ((c = getopt(argc, argv, OPTIONS)) != -1)) {
|
/illumos-gate/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 61 #define OPTIONS "FPT:afginv" macro 63 #define OPTIONS "FT:afginv" macro 884 while ((c = getopt(argc, argv, OPTIONS)) != EOF) {
|