Searched refs:OPTIONS (Results 1 - 25 of 85) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dform_opts.c39 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 Dfield_opts.c39 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 Dllib-lform252 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...]
/opensolaris-onvv-gate/usr/src/lib/libeti/menu/common/
H A Ditemopts.c39 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 Dllib-lmenu45 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 Dmenuopts.c76 menu_opts_off(MENU *m, OPTIONS opt)
82 menu_opts_on(MENU *m, OPTIONS opt)
87 OPTIONS
/opensolaris-onvv-gate/usr/src/lib/libdscp/svc/
H A DMakefile41 OPTIONS = dscp.ppp.options macro
43 ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
/opensolaris-onvv-gate/usr/src/lib/libeti/
H A Deti.h37 typedef int OPTIONS; typedef
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dpod2usage.xr9 OPTIONS AND ARGUMENTS
26 2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections
H A Dpodselect.xr9 OPTIONS AND ARGUMENTS
/opensolaris-onvv-gate/usr/src/lib/libeti/menu/inc/
H A Dmenu.h66 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...]
/opensolaris-onvv-gate/usr/src/cmd/initpkg/
H A Dmountall.sh262 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 $mountp
327 saveentry $fstype "$OPTIONS" $special $mountp
/opensolaris-onvv-gate/usr/src/lib/libeti/form/inc/
H A Dform.h93 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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DStorable.pm28 OPTIONS => \%options
58 if ($self->{OPTIONS}{'nstore'}) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DUsage.t79 The OPTIONS section is displayed with -verbose >= 1.
121 =head1 OPTIONS
123 The B<OPTIONS> section is displayed with -verbose >= 1.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm70 perl -MO=[-q,]Backend[,OPTIONS] foo.pl
91 Most compiler backends use the following conventions: OPTIONS
108 use O ("Backend", OPTIONS);
112 package, passing it OPTIONS. That function is expected to return
126 perl -MO=Foo,OPTIONS foo.pl
128 that function is called and is passed those OPTIONS (split on
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dmnt.c504 #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...]
/opensolaris-onvv-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.h39 #define OPTIONS "ac:fhlno:s:tx:vy" macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self15 =head1 OPTIONS
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c213 # define OPTIONS "b:io" macro
214 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
H A Dt-sem.c333 # define OPTIONS "iog:u:" macro
334 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DShowlex.pm92 When a subroutine name is provided in OPTIONS, prints the lexical
H A DLint.pm11 perl -MO=Lint[,OPTIONS] foo.pl
19 =head1 OPTIONS AND LINT CHECKS
110 =head1 NON LINT-CHECK OPTIONS
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL70 =head1 OPTIONS AND ARGUMENTS
97 2 : print SYNOPSIS sections and any OPTIONS/ARGUMENTS sections
/opensolaris-onvv-gate/usr/src/cmd/sendmail/lib/
H A Dsmtp-sendmail57 # * OPTIONS are catch-alls; set with care.
78 $SENDMAIL $MODE -q$QUEUEOPTION$QUEUEINTERVAL $OPTIONS &

Completed in 240 milliseconds

1234