OPTIONS
while (!errflag && ((c = getopt(argc, argv, OPTIONS)) != -1)) {
while ((c = getopt(argc, argv, OPTIONS)) != EOF) {
while ((c = getopt(argc, argv, OPTIONS)) != -1) {
while ((ch = getopt(argc, argv, OPTIONS)) != -1)
while ((ch = getopt(argc, argv, OPTIONS)) != -1)
op = strchr(OPTIONS, ap[1]);
#ifndef OPTIONS
while ((j = getopt(argc, argv, OPTIONS)) != -1)
while ((j = getopt(argc, argv, OPTIONS)) != -1)
while ((opt = getopt(argc, argv, OPTIONS)) != -1)
while ((opt = getopt(argc, argv, OPTIONS)) != -1)
while ((c = getopt(argc, argv, OPTIONS)) != EOF) {
while ((opt = getopt(argc, argv, OPTIONS)) != EOF) {
%token FS ATTR DEVICE RCTL SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL
%type <ival> property_name SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL NAME
| OPTIONS { $$ = PT_OPTIONS; }
set_field_opts(FIELD *f, OPTIONS opts)
OPTIONS
field_opts_on(FIELD *f, OPTIONS opts)
field_opts_off(FIELD *f, OPTIONS opts)
set_form_opts(FORM *f, OPTIONS opts)
OPTIONS
form_opts_on(FORM *f, OPTIONS opts)
form_opts_off(FORM *f, OPTIONS opts)
_sync_opts(FIELD *f, OPTIONS opts)
OPTIONS oldopts = f -> opts;
OPTIONS x = opts ^ oldopts;
OPTIONS opts; /* options */
extern int set_field_opts(FIELD *, OPTIONS);
extern OPTIONS field_opts(FIELD *);
extern int field_opts_on(FIELD *, OPTIONS);
extern int field_opts_off(FIELD *, OPTIONS);
extern int set_form_opts(FORM *, OPTIONS);
extern OPTIONS form_opts(FORM *);
extern int form_opts_on(FORM *, OPTIONS);
extern int form_opts_off(FORM *, OPTIONS);
extern OPTIONS field_opts();
extern OPTIONS form_opts();
OPTIONS opts; /* options */
extern int _sync_opts(FIELD *, OPTIONS);
set_item_opts(ITEM *i, OPTIONS opt)
item_opts_off(ITEM *i, OPTIONS opt)
item_opts_on(ITEM *i, OPTIONS opt)
menu_opts_off(MENU *m, OPTIONS opt)
menu_opts_on(MENU *m, OPTIONS opt)
OPTIONS
OPTIONS opt;
extern OPTIONS item_opts(ITEM *),
item_opts_off(ITEM *, OPTIONS),
item_opts_on(ITEM *, OPTIONS),
menu_opts_off(MENU *, OPTIONS),
menu_opts_on(MENU *, OPTIONS),
set_item_opts(ITEM *, OPTIONS),
set_menu_opts(MENU *, OPTIONS),
extern OPTIONS item_opts(),
OPTIONS opt;
case OPTIONS: