/linux/scripts/kconfig/tests/choice/ |
A D | Kconfig | 8 choice 9 prompt "boolean choice" 13 bool "choice 0" 16 bool "choice 1" 20 choice 26 bool "choice 0" 29 bool "choice 1" 33 choice 38 tristate "choice 0" 41 tristate "choice 1" [all …]
|
A D | oldask1_expected_stdout | 2 boolean choice 3 1. choice 0 (BOOL_CHOICE0) (NEW) 4 > 2. choice 1 (BOOL_CHOICE1) (NEW) 5 choice[1-2?]: 7 optional boolean choice 8 > 1. choice 0 (OPT_BOOL_CHOICE0) 10 choice[1-2?]: 11 tristate choice 12 1. choice 0 (TRI_CHOICE0) (NEW) 13 > 2. choice 1 (TRI_CHOICE1) (NEW) [all …]
|
A D | oldask0_expected_stdout | 2 boolean choice 3 1. choice 0 (BOOL_CHOICE0) (NEW) 4 > 2. choice 1 (BOOL_CHOICE1) (NEW) 5 choice[1-2?]: 6 optional boolean choice [N/y/?] (NEW) 7 tristate choice [M/y/?] (NEW) 8 choice 0 (TRI_CHOICE0) [N/m/?] (NEW) 9 choice 1 (TRI_CHOICE1) [N/m/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
/linux/scripts/kconfig/lxdialog/ |
A D | menubox.c | 240 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 243 choice = choice - scroll; in dialog_menu() 252 choice = choice - scroll; in dialog_menu() 299 print_item(scroll + choice, choice, FALSE); in dialog_menu() 308 choice = MAX(choice - 1, 0); in dialog_menu() 311 print_item(scroll+choice, choice, FALSE); in dialog_menu() 321 choice = MIN(choice + 1, max_choice - 1); in dialog_menu() 331 choice--; in dialog_menu() 343 choice++; in dialog_menu() 347 choice = i; in dialog_menu() [all …]
|
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() 207 if (!choice) { in dialog_checklist() 230 i = choice - 1; in dialog_checklist() 258 i = choice + 1; in dialog_checklist() 260 if (i != choice) { in dialog_checklist() [all …]
|
/linux/include/linux/netfilter/ |
A D | nf_conntrack_h323_types.h | 29 } choice; member 52 } choice; member 71 } choice; member 93 } choice; member 118 } choice; member 129 } choice; member 168 } choice; member 193 } choice; member 217 } choice; member 382 } choice; member [all …]
|
/linux/tools/perf/ui/browsers/ |
A D | scripts.c | 89 int i, num, choice; in list_scripts() local 129 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); in list_scripts() 130 if (choice < 0) { in list_scripts() 134 if (choice == custom_perf) { in list_scripts() 144 } else if (choice < num + max_std) { in list_scripts() 145 strcpy(script_name, paths[choice]); in list_scripts() 147 *custom = choice >= max_std; in list_scripts()
|
A D | res_sample.c | 36 int choice; in res_sample_browse() local 59 choice = ui__popup_menu(num_res, names, NULL); in res_sample_browse() 64 if (choice < 0 || choice >= num_res) in res_sample_browse() 66 r = &res_samples[choice]; in res_sample_browse()
|
/linux/drivers/accessibility/speakup/ |
A D | Kconfig | 38 the module can be loaded. See the decpc choice below 56 help on the Speakup choice above for more info. 65 help on the Speakup choice above for more info. 73 help on the Speakup choice above for more info. 81 Speakup choice above for more info. 89 help on the Speakup choice above for more info. 98 help on the Speakup choice above for more info. 107 configuration help on the Speakup choice above for more 119 choice above for more info. 183 Speakup choice above for more info. [all …]
|
/linux/kernel/ |
A D | Kconfig.hz | 6 choice 23 100 Hz is a typical choice for servers, SMP and NUMA systems 30 250 Hz is a good compromise choice allowing server performance 38 300 Hz is a good compromise choice allowing server performance 46 1000 Hz is the preferred choice for desktop systems and other
|
/linux/scripts/kconfig/tests/inter_choice/ |
A D | Kconfig | 7 choice 18 choice 19 prompt "Another choice"
|
/linux/net/netfilter/ |
A D | nf_conntrack_h323_main.c | 232 switch (taddr->unicastAddress.choice) { in get_h245_addr() 437 choice == in process_olc() 485 choice == in process_olca() 544 switch (mscm->choice) { in process_h245() 546 if (mscm->request.choice == in process_h245() 553 mscm->request.choice); in process_h245() 556 if (mscm->response.choice == in process_h245() 564 mscm->response.choice); in process_h245() 644 switch (taddr->choice) { in get_h225_addr() 1114 pdu->h323_message_body.choice); in process_q931() [all …]
|
/linux/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
|
/linux/scripts/kconfig/tests/auto_submenu/ |
A D | expected_stdout | 5 choice 8 choice[1-2?]:
|
A D | Kconfig | 28 choice 29 prompt "choice"
|
/linux/arch/mips/pic32/ |
A D | Kconfig | 4 choice 34 choice
|
/linux/arch/mips/lantiq/ |
A D | Kconfig | 9 choice 32 choice
|
/linux/arch/mips/ralink/ |
A D | Kconfig | 21 choice 59 choice
|
/linux/Documentation/kbuild/ |
A D | kconfig-language.rst | 172 FOO BAR BAZ's default choice for BAZ 332 - choice/endchoice 396 "choice" [symbol] 397 <choice options> 398 <choice block> 403 specified for a choice, its type will be determined by the type of 405 choice elements have a type specified, as well. 407 While a boolean choice only allows a single config entry to be 413 A choice accepts another option "optional", which allows to set the 414 choice to 'n' and no entry needs to be selected. [all …]
|
/linux/arch/mips/loongson32/ |
A D | Kconfig | 4 choice 48 choice
|
/linux/arch/csky/ |
A D | Kconfig | 168 choice 195 choice 210 choice 224 choice
|
/linux/arch/mips/vr41xx/ |
A D | Kconfig | 2 choice 67 choice
|
/linux/scripts/kconfig/ |
A D | symbol.c | 1169 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument 1176 dep_stack_insert(&stack, choice); in sym_check_choice_deps() 1178 prop = sym_get_choice_prop(choice); in sym_check_choice_deps() 1182 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps() 1183 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps() 1184 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps() 1198 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps() 1199 sym2 = choice; in sym_check_choice_deps()
|
/linux/scripts/kconfig/tests/choice_value_with_m_dep/ |
A D | expected_stdout | 4 choice[1]: 1
|