Home | History | Annotate | Download | only in libmenu

Lines Matching defs:OPTIONS

59 /* Menu options */
60 typedef unsigned int OPTIONS;
90 OPTIONS opts;
110 OPTIONS opts; /* options for the menu */
155 OPTIONS menu_opts(MENU *);
156 int menu_opts_off(MENU *, OPTIONS);
157 int menu_opts_on(MENU *, OPTIONS);
174 int set_menu_opts(MENU *, OPTIONS);
191 OPTIONS item_opts(ITEM *);
192 int item_opts_off(ITEM *, OPTIONS);
193 int item_opts_on(ITEM *, OPTIONS);
203 int set_item_opts(ITEM *, OPTIONS);