Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
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 …]
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 …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dkconfig-language.txt252 - choice/endchoice
277 "choice" [symbol]
278 <choice options>
279 <choice block>
282 This defines a choice group and accepts any of the above attributes as
283 options. A choice can only be of type bool or tristate, while a boolean
284 choice only allows a single config entry to be selected, a tristate
285 choice also allows any number of config entries to be set to 'm'. This
289 A choice accepts another option "optional", which allows to set the
290 choice to 'n' and no entry needs to be selected.
[all …]
A Dsymbol.c1226 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument
1233 dep_stack_insert(&stack, choice); in sym_check_choice_deps()
1235 prop = sym_get_choice_prop(choice); in sym_check_choice_deps()
1239 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps()
1240 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps()
1241 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps()
1255 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps()
1256 sym2 = choice; in sym_check_choice_deps()
A Dzconf.gperf19 choice, T_CHOICE, TF_COMMAND
A Dzconf.hash.c_shipped114 char kconf_id_strings_str36[sizeof("choice")];
149 "choice",
A Dzconf.y242 choice: T_CHOICE word_opt T_EOL
251 choice_entry: choice choice_option_list
A Dzconf.tab.c_shipped23 under terms of your choice, so long as that work isn't itself a
562 "symbol_option_arg", "choice", "choice_entry", "choice_end",
1785 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
2294 case T_CHOICE: return "choice";
2421 fputs(" #choice value\n", out);
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.mips17 choice
35 choice
A DConfig.arc13 choice
A DConfig.c6x15 choice
A DConfig.avr3217 choice
A DConfig.h830017 choice
A DConfig.metag19 choice
A DConfig.sparc16 choice
A DConfig.cris16 choice
A DConfig.powerpc17 choice
A DConfig.sh16 choice
A DConfig.sh6416 choice
A DConfig.i38618 choice
A DConfig.in.arch11 choice
78 choice
A DConfig.in16 choice
496 choice
527 the latest code from glibc, so it may be the only choice for the
603 choice
626 choice for MMU-less systems with very limited memory. It's 100%
1456 choice
1511 choice
1661 choice
1699 choice
2210 choice
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/man/
A Dld.so.texi14 the Free Software foundation, version 2 or later (your choice).
35 the Free Software foundation, version 2 or later (your choice).
/l4re-core-master/
A DCOPYING224 impose that choice.
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DChangelog261 other choice (such as when using 'ldd' on cross compiled stuff).

Completed in 20 milliseconds