Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 25 of 220) sorted by relevance

123456789

/linux/scripts/kconfig/lxdialog/
H A Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
28 wmove(win, choice, 0); in print_item()
32 wmove(win, choice, check_x); in print_item()
39 mvwaddch(win, choice, item_x, list_item[0]); in print_item()
43 wmove(win, choice, check_x + 1); in print_item()
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
114 choice = item_n(); in dialog_checklist()
116 choice = item_n(); in dialog_checklist()
[all …]
H A Dmenubox.c81 #define print_item(index, choice, selected) \ argument
84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
229 choice = item_n(); in dialog_menu()
232 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
235 choice = choice - scroll; in dialog_menu()
239 if ((choice >= max_choice)) { in dialog_menu()
240 if (choice >= item_count() - max_choice / 2) in dialog_menu()
243 scroll = first_item = choice - max_choice / 2; in dialog_menu()
244 choice = choice - scroll; in dialog_menu()
[all …]
/linux/scripts/kconfig/
H A Dsymbol.c272 struct symbol *sym_choice_default(struct menu *choice) in sym_choice_default() argument
279 for_all_defaults(choice->sym, prop) { in sym_choice_default()
289 menu_for_each_sub_entry(menu, choice) in sym_choice_default()
304 struct symbol *sym_calc_choice(struct menu *choice) in sym_calc_choice() argument
311 list_for_each_entry(sym, &choice->choice_members, choice_link) { in sym_calc_choice()
328 res = sym_choice_default(choice); in sym_calc_choice()
335 menu_for_each_sub_entry(menu, choice) { in sym_calc_choice()
351 list_for_each_entry_reverse(sym, &choice->choice_members, in sym_calc_choice()
361 menu_for_each_sub_entry(menu, choice) { in sym_calc_choice()
604 void choice_set_value(struct menu *choice, struct symbol *sym) in choice_set_value() argument
[all …]
H A Dconfdata.c408 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()
H A Dlkc.h109 struct symbol *sym_choice_default(struct menu *choice);
110 struct symbol *sym_calc_choice(struct menu *choice);
/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h29 } 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/scripts/kconfig/tests/choice/
H A Doldask0_expected_stdout1 boolean choice
2 1. choice 0 (BOOL_CHOICE0) (NEW)
3 > 2. choice 1 (BOOL_CHOICE1) (NEW)
4 choice[1-2?]:
H A DKconfig3 choice
4 prompt "boolean choice"
8 bool "choice 0"
11 bool "choice 1"
/linux/tools/perf/ui/browsers/
H A Dres_sample.c36 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()
H A Dscripts.c262 int i, num, choice; in list_scripts() local
302 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); in list_scripts()
303 if (choice < 0) { in list_scripts()
307 if (choice == custom_perf) { in list_scripts()
317 } else if (choice < num + max_std) { in list_scripts()
318 strcpy(script_name, paths[choice]); in list_scripts()
320 *custom = choice >= max_std; in list_scripts()
/linux/drivers/accessibility/speakup/
H A DKconfig38 the module can be loaded. See the decpc choice below
57 help on the Speakup choice above for more info.
66 help on the Speakup choice above for more info.
74 help on the Speakup choice above for more info.
82 Speakup choice above for more info.
90 help on the Speakup choice above for more info.
99 help on the Speakup choice above for more info.
108 configuration help on the Speakup choice above for more
120 choice above for more info.
142 configuration help on the Speakup choice above for more
[all …]
/linux/scripts/kconfig/tests/choice_randomize2/
H A DKconfig1 choice
10 choice
25 choice
/linux/scripts/kconfig/tests/new_choice_with_dep/
H A Dexpected_stdout5 choice[1-2?]:
10 choice[1-3?]:
H A DKconfig8 choice
24 choice
/linux/scripts/kconfig/tests/choice_randomize/
H A DKconfig1 choice
12 choice
/linux/scripts/kconfig/tests/auto_submenu/
H A Dexpected_stdout5 choice
8 choice[1-2?]:
H A DKconfig28 choice
29 prompt "choice"
/linux/arch/mips/pic32/
H A DKconfig4 choice
34 choice
/linux/arch/mips/lantiq/
H A DKconfig9 choice
32 choice
/linux/arch/mips/econet/
H A DKconfig4 choice
27 choice
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py205 for choice in vars_needed:
206 for entry in choice:
210 missing.append(choice)
/linux/arch/csky/
H A DKconfig190 choice
217 choice
232 choice
246 choice
/linux/arch/mips/bcm63xx/boards/
H A DKconfig2 choice
/linux/scripts/kconfig/tests/no_write_if_dep_unmet/
H A DKconfig6 choice
/linux/arch/sh/boards/mach-migor/
H A DKconfig4 choice

123456789