Home
last modified time | relevance | path

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

12345

/buildroot/support/kconfig/lxdialog/
A Dchecklist.c41 wmove(win, choice, 0); in print_item()
45 wmove(win, choice, check_x); in print_item()
127 choice = item_n(); in dialog_checklist()
129 choice = item_n(); in dialog_checklist()
188 if (choice >= list_height) { in dialog_checklist()
190 choice -= scroll; in dialog_checklist()
220 if (!choice) { in dialog_checklist()
243 i = choice - 1; in dialog_checklist()
271 i = choice + 1; in dialog_checklist()
273 if (i != choice) { in dialog_checklist()
[all …]
A Dmenubox.c253 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
256 choice = choice - scroll; in dialog_menu()
265 choice = choice - scroll; in dialog_menu()
312 print_item(scroll + choice, choice, FALSE); in dialog_menu()
321 choice = MAX(choice - 1, 0); in dialog_menu()
324 print_item(scroll+choice, choice, FALSE); in dialog_menu()
334 choice = MIN(choice + 1, max_choice - 1); in dialog_menu()
344 choice--; in dialog_menu()
356 choice++; in dialog_menu()
360 choice = i; in dialog_menu()
[all …]
/buildroot/package/esp-hosted/
A DConfig.in17 choice
31 choice
/buildroot/boot/mxs-bootlets/
A DConfig.in11 choice
42 choice
68 choice
/buildroot/arch/
A DConfig.in.sh1 choice
A DConfig.in.s390x1 choice
A DConfig.in.riscv3 choice
48 choice
69 choice
A DConfig.in.xtensa1 choice
30 choice
A DConfig.in.m68k19 choice
A DConfig.in.sparc1 choice
/buildroot/package/murata-cyw-fw/
A DConfig.in32 choice
49 choice
68 choice
/buildroot/package/b43-firmware/
A DConfig.in9 choice
/buildroot/package/sunxi-mali-utgard/
A DConfig.in24 choice
44 choice
/buildroot/toolchain/toolchain-external/
A DConfig.in5 choice
9 # as default choice
35 # Kept last, so it remains the non-default choice, unless there isn't
45 choice
49 # "preinstalled" in the default choice.
104 # Kept toolchains sorted as in the choice above
/buildroot/fs/ubifs/
A DConfig.in29 choice
34 the ubifs file system. The choice made here is passed to
54 choice
/buildroot/package/linux-backports/
A DConfig.in15 choice
29 choice
/buildroot/utils/checksymbolslib/
A Ddb.py6 choice = 'part of a choice' variable
35 self.add_symbol_entry(symbol, filename, lineno, choice)
76 if choice not in entries:
164 if choice in entries:
/buildroot/package/libmediaart/
A DConfig.in19 choice
/buildroot/package/libssh2/
A DConfig.in14 choice
/buildroot/package/armadillo/
A DConfig.in23 choice
/buildroot/package/lua/
A DConfig.in15 choice
63 choice
/buildroot/package/binutils/
A DConfig.in.host8 choice
/buildroot/package/mimic/
A DConfig.in17 choice
/buildroot/package/p7zip/
A DConfig.in17 choice
/buildroot/package/libssh/
A DConfig.in23 choice

Completed in 38 milliseconds

12345