Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 17 of 17) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dmenubox.c67 int selected, int hotkey) in do_print_item() argument
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
95 if (selected) { in do_print_item()
102 #define print_item(index, choice, selected) \ argument
160 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons()
161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons()
162 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons()
166 wmove(win, y, x + 1 + 12 * selected); in print_buttons()
185 const void *selected, int *s_scroll) in dialog_menu() argument
[all …]
A Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
46 wattrset(win, selected ? dlg.check_selected.atr in print_item()
51 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
53 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
55 if (selected) { in print_item()
101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons()
107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
109 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
32 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons()
33 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
35 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
A Ddialog.h176 int selected; /* Set to 1 by dialog_*() function if selected. */ member
224 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
242 const void *selected, int *s_scroll);
A Dinputbox.c29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument
34 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons()
35 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
37 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
A Dutil.c447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument
452 wattrset(win, selected ? dlg.button_active.atr in print_button()
457 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
461 wattrset(win, selected ? dlg.button_key_active.atr in print_button()
464 wattrset(win, selected ? dlg.button_label_active.atr in print_button()
467 wattrset(win, selected ? dlg.button_active.atr in print_button()
648 item_cur->node.selected = val; in item_set_selected()
707 return (item_cur->node.selected != 0); in item_is_selected()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dmconf.c808 int selected; in conf_choice() local
833 selected = item_activate_selected(); in conf_choice()
836 if (selected) { in conf_choice()
845 if (selected) { in conf_choice()
A Dkconfig-language.txt102 minimal value <symbol> can be set to. If <symbol> is selected multiple
119 contained there can still be selected by other symbols, though). It is
284 choice only allows a single config entry to be selected, a tristate
290 choice to 'n' and no entry needs to be selected.
351 that is defined in a common Kconfig file and selected by the relevant
A Dqconf.cc1361 connect(optGroup, SIGNAL(selected(QAction *)), configView, in ConfigMainWindow()
1363 connect(optGroup, SIGNAL(selected(QAction *)), menuView, in ConfigMainWindow()
/l4re-core-master/l4sys/include/
A Dscheduler104 * - Two threads with a single identical CPU selected in the CPU set must be
114 * selected CPU in `cpus.map` is queried.
120 * This function retrieves the idle time in µs of the first selected
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.mips46 selected processor type.
A DConfig.in1525 bool "Only selected locales"
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DTODO55 depend on the selected set of kernel headers. This will likely also
A DRules.mak766 # Test for TLS if NPTL support was selected.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dvariant779 // The index j of the overload FUN(Tj) selected by overload resolution
785 // The index selected for FUN(std::forward<T>(t)), or variant_npos if none.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dvariant768 // The index j of the overload FUN(Tj) selected by overload resolution
774 // The index selected for FUN(std::forward<T>(t)), or variant_npos if none.
/l4re-core-master/uclibc/doc/
A Duclibc.cfg1124 # So in most cases it will be better to enable call graphs for selected

Completed in 36 milliseconds