Searched defs:choice (Results 1 – 6 of 6) sorted by relevance
/scripts/kconfig/lxdialog/ |
A 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
|
A 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/ |
A D | symbol.c | 267 struct symbol *sym_choice_default(struct menu *choice) in sym_choice_default() 299 struct symbol *sym_calc_choice(struct menu *choice) in sym_calc_choice() 586 void choice_set_value(struct menu *choice, struct symbol *sym) in choice_set_value() 625 struct menu *choice; in sym_toggle_tristate_value() local 1097 struct menu *choice; in sym_check_print_recursive() local 1243 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() 1291 struct menu *choice; in sym_check_deps() local
|
A D | confdata.c | 408 struct menu *choice; in conf_read_simple() local 771 struct menu *choice; in conf_write_defconfig() local
|
A D | conf.c | 122 static void randomize_choice_values(struct menu *choice) in randomize_choice_values()
|
A D | menu.c | 257 struct menu *choice = sym_get_choice_menu(sym2); in sym_check_prop() local
|
Completed in 11 milliseconds