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

123

/osnet-11/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-lform249 OPTIONS opts;
252 OPTIONS
255 { return ((OPTIONS)0); }
260 OPTIONS opts;
266 OPTIONS opts;
434 OPTIONS opts;
437 OPTIONS
440 { return ((OPTIONS)0); }
445 OPTIONS opts;
451 OPTIONS opt
[all...]
/osnet-11/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-lmenu43 OPTIONS item_opts(ITEM *i) {return O_SELECTABLE;}
44 OPTIONS menu_opts(MENU *m) {return O_ONEVALUE;}
69 int item_opts_off(ITEM *i, OPTIONS o) {return 0;}
70 int item_opts_on(ITEM *i, OPTIONS o) {return 0;}
74 int menu_opts_off(MENU *m, OPTIONS o) {return 0;}
75 int menu_opts_on(MENU *m, OPTIONS o) {return 0;}
82 int set_item_opts(ITEM *i, OPTIONS o) {return E_OK;}
93 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
/osnet-11/usr/src/lib/libdscp/svc/
H A DMakefile41 OPTIONS = dscp.ppp.options macro
43 ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
/osnet-11/usr/src/lib/libeti/
H A Deti.h34 typedef int OPTIONS; typedef
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dmenu.h62 OPTIONS opt;
107 OPTIONS opt;
137 extern OPTIONS item_opts(ITEM *),
158 item_opts_off(ITEM *, OPTIONS),
159 item_opts_on(ITEM *, OPTIONS),
163 menu_opts_off(MENU *, OPTIONS),
164 menu_opts_on(MENU *, OPTIONS),
171 set_item_opts(ITEM *, OPTIONS),
182 set_menu_opts(MENU *, OPTIONS),
200 extern OPTIONS item_opt
[all...]
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h90 OPTIONS opts; /* options */
120 OPTIONS opts; /* options */
297 extern int set_field_opts(FIELD *, OPTIONS);
298 extern OPTIONS field_opts(FIELD *);
299 extern int field_opts_on(FIELD *, OPTIONS);
300 extern int field_opts_off(FIELD *, OPTIONS);
335 extern int set_form_opts(FORM *, OPTIONS);
336 extern OPTIONS form_opts(FORM *);
337 extern int form_opts_on(FORM *, OPTIONS);
338 extern int form_opts_off(FORM *, OPTIONS);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DStorable.pm28 OPTIONS => \%options
58 if ($self->{OPTIONS}{'nstore'}) {
/osnet-11/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.
/osnet-11/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
/osnet-11/usr/src/lib/libast/common/port/
H A Dmnt.c523 #define OPTIONS(p) ((p)->mnt_opts)
525 #define OPTIONS(p) NiL
557 set(&mp->hdr, mnt->mnt_fsname, mnt->mnt_dir, mnt->mnt_type, OPTIONS(mnt));
589 #define OPTIONS(p) ((p)->mnt_opts)
591 #define OPTIONS(p) NiL
615 #define OPTIONS(p) ((p)->mnt_opts)
617 #define OPTIONS(p) NiL
630 #define OPTIONS(p) ((p)->mnt_opts)
684 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt));
700 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strlcpy(typ, fmtfs(&st), sizeof(typ)), OPTIONS(m
[all...]
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell-tester.in46 --qemu-opts=OPTIONS extra options to pass to Qemu instance
/osnet-11/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)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self15 =head1 OPTIONS
/osnet-11/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
H A DTerse.pm72 perl -MO=Terse[,OPTIONS] foo.pl
/osnet-11/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
H A Dpodselect.PL59 =head1 OPTIONS AND ARGUMENTS
/osnet-11/usr/src/cmd/sendmail/lib/
H A Dsmtp-sendmail60 # * OPTIONS are catch-alls; set with care.
81 $SENDMAIL $MODE -q$QUEUEOPTION$QUEUEINTERVAL $OPTIONS &
/osnet-11/usr/src/cmd/sendmail/aux/
H A Deditmap.c136 #define OPTIONS "C:fquxvN" macro
137 while ((opt = getopt(argc, argv, OPTIONS)) != -1)

Completed in 94 milliseconds

123