Searched defs:choice (Results 1 – 7 of 7) sorted by relevance
| /scripts/kconfig/lxdialog/ |
| D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
|
| D | menubox.c | 81 #define print_item(index, choice, selected) \ argument 168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
|
| /scripts/kconfig/ |
| D | symbol.c | 251 struct symbol *sym_choice_default(struct menu *choice) in sym_choice_default() 283 struct symbol *sym_calc_choice(struct menu *choice) in sym_calc_choice() 570 void choice_set_value(struct menu *choice, struct symbol *sym) in choice_set_value() 609 struct menu *choice; in sym_toggle_tristate_value() local 1081 struct menu *choice; in sym_check_print_recursive() local 1227 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() 1275 struct menu *choice; in sym_check_deps() local
|
| D | confdata.c | 408 struct menu *choice; in conf_read_simple() local 771 struct menu *choice; in conf_write_defconfig() local
|
| D | conf.c | 122 static void randomize_choice_values(struct menu *choice) in randomize_choice_values()
|
| D | menu.c | 256 struct menu *choice = sym_get_choice_menu(sym2); in sym_check_prop() local
|
| /scripts/kconfig/tests/auto_submenu/ |
| D | Kconfig | 29 prompt "choice" choice
|