Searched refs:choice (Results 1 – 18 of 18) sorted by relevance
| /scripts/kconfig/lxdialog/ |
| A D | checklist.c | 28 wmove(win, choice, 0); in print_item() 32 wmove(win, choice, check_x); in print_item() 114 choice = item_n(); in dialog_checklist() 116 choice = item_n(); in dialog_checklist() 175 if (choice >= list_height) { in dialog_checklist() 177 choice -= scroll; in dialog_checklist() 206 if (!choice) { in dialog_checklist() 229 i = choice - 1; in dialog_checklist() 257 i = choice + 1; in dialog_checklist() 259 if (i != choice) { in dialog_checklist() [all …]
|
| A D | menubox.c | 232 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 235 choice = choice - scroll; in dialog_menu() 244 choice = choice - scroll; in dialog_menu() 291 print_item(scroll + choice, choice, FALSE); in dialog_menu() 300 choice = MAX(choice - 1, 0); in dialog_menu() 303 print_item(scroll+choice, choice, FALSE); in dialog_menu() 313 choice = MIN(choice + 1, max_choice - 1); in dialog_menu() 323 choice--; in dialog_menu() 335 choice++; in dialog_menu() 339 choice = i; in dialog_menu() [all …]
|
| /scripts/kconfig/tests/choice/ |
| A D | oldask0_expected_stdout | 1 boolean choice 2 1. choice 0 (BOOL_CHOICE0) (NEW) 3 > 2. choice 1 (BOOL_CHOICE1) (NEW) 4 choice[1-2?]:
|
| A D | Kconfig | 3 choice 4 prompt "boolean choice" 8 bool "choice 0" 11 bool "choice 1"
|
| /scripts/kconfig/tests/choice_randomize2/ |
| A D | Kconfig | 1 choice 10 choice 25 choice
|
| /scripts/kconfig/ |
| A D | symbol.c | 625 struct menu *choice; in sym_toggle_tristate_value() local 629 if (choice) { in sym_toggle_tristate_value() 630 choice_set_value(choice, sym); in sym_toggle_tristate_value() 1097 struct menu *choice; in sym_check_print_recursive() local 1102 if (choice) { in sym_check_print_recursive() 1104 last_sym = choice->sym; in sym_check_print_recursive() 1128 choice->filename, choice->lineno); in sym_check_print_recursive() 1260 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps() 1281 sym2 = choice; in sym_check_choice_deps() 1291 struct menu *choice; in sym_check_deps() local [all …]
|
| A D | lkc.h | 109 struct symbol *sym_choice_default(struct menu *choice); 110 struct symbol *sym_calc_choice(struct menu *choice);
|
| A D | confdata.c | 408 struct menu *choice; in conf_read_simple() local 479 choice = sym_get_choice_menu(sym); in conf_read_simple() 480 if (choice) in conf_read_simple() 481 list_move(&sym->choice_link, &choice->choice_members); in conf_read_simple() 771 struct menu *choice; in conf_write_defconfig() local 790 choice = sym_get_choice_menu(sym); in conf_write_defconfig() 791 if (choice) { in conf_write_defconfig() 794 ds = sym_choice_default(choice); in conf_write_defconfig()
|
| A D | lkc_proto.h | 31 void choice_set_value(struct menu *choice, struct symbol *sym);
|
| A D | conf.c | 122 static void randomize_choice_values(struct menu *choice) in randomize_choice_values() argument 133 menu_for_each_sub_entry(menu, choice) { in randomize_choice_values() 143 menu_for_each_sub_entry(menu, choice) { in randomize_choice_values() 158 &choice->choice_members); in randomize_choice_values()
|
| A D | menu.c | 257 struct menu *choice = sym_get_choice_menu(sym2); in sym_check_prop() local 259 if (!choice || choice->sym != sym) in sym_check_prop()
|
| A D | parser.y | 245 choice: T_CHOICE T_EOL 256 choice_entry: choice choice_option_list
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| A D | expected_stdout | 5 choice[1-2?]: 10 choice[1-3?]:
|
| A D | Kconfig | 8 choice 24 choice
|
| /scripts/kconfig/tests/choice_randomize/ |
| A D | Kconfig | 1 choice 12 choice
|
| /scripts/kconfig/tests/auto_submenu/ |
| A D | expected_stdout | 5 choice 8 choice[1-2?]:
|
| A D | Kconfig | 28 choice 29 prompt "choice"
|
| /scripts/kconfig/tests/no_write_if_dep_unmet/ |
| A D | Kconfig | 6 choice
|
Completed in 21 milliseconds