Searched refs:choice (Results 1 - 5 of 5) sorted by relevance

/scripts/kconfig/lxdialog/
H A Dmenubox.c102 #define print_item(index, choice, selected) \
105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
187 int key = 0, button = 0, scroll = 0, choice = 0; local
245 /* Set choice to default item */
248 choice = item_n();
251 if ((scroll <= choice) && (scroll + max_choice > choice) &&
254 choice = choice - scroll;
258 if ((choice >
[all...]
H A Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) argument
41 wmove(win, choice, 0);
45 wmove(win, choice, check_x);
52 mvwaddch(win, choice, item_x, list_item[0]);
56 wmove(win, choice, check_x + 1);
65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
85 if ((height < item_no) && (scroll + choice < item_no - 1)) {
121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; local
127 choice = item_n();
129 choice
[all...]
/scripts/kconfig/
H A Dzconf.hash.c_shipped101 char kconf_id_strings_str11[sizeof("choice")];
136 "choice",
H A Dsymbol.c230 * Find the default symbol for a choice.
231 * First try the default values for the choice symbol
232 * Next locate the first visible choice value
267 /* first calculate all choice values' visibilities */
272 /* is the user choice visible? */
280 /* no choice? reset tristate value */
487 * setting a choice value also resets the new flag of the choice
488 * symbol and all other choice values.
996 /* for choice value
1105 sym_check_choice_deps(struct symbol *choice) argument
[all...]
H A Dzconf.y245 /* choice entry */
247 choice: T_CHOICE word_opt T_EOL label
253 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
256 choice_entry: choice choice_option_list
538 case T_CHOICE: return "choice";
667 fputs(" #choice value\n", out);

Completed in 50 milliseconds