Home
last modified time | relevance | path

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

1234

/buildroot/support/kconfig/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 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 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 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()
/buildroot/package/aufs/
A DConfig.in1 # Automatically selected by the corresponding linux extension
/buildroot/package/tzdata/
A DConfig.in2 # It gets selected by BR2_TARGET_TZ in system/Config.in
/buildroot/toolchain/toolchain-external/
A Dtoolchain-external.mk24 $(error No prefix selected for external toolchain package $(BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL…
/buildroot/package/harfbuzz/
A DConfig.in12 glib2 and icu packages if they are selected.
/buildroot/package/sane-backends/
A DConfig.in11 that have been selected: libusb, jpeg, tiff, avahi (with
/buildroot/package/gstreamer1/gst1-libav/
A DConfig.in15 selected in the ffmpeg package.
/buildroot/package/motion/
A DConfig.in12 libv4l has to be selected to be able to use a local camera.
/buildroot/package/openzwave/
A DConfig.in9 Free software library that interfaces with selected Z-Wave
/buildroot/package/libsoxr/
A DConfig.in12 configurations may be selected. An experimental, variable-rate
/buildroot/package/davfs2/
A DConfig.in16 must be selected in busybox configuration.
/buildroot/package/
A Dpkg-virtual.mk40 $$(error No implementation selected for virtual package $(1). Configuration error)
/buildroot/package/vnstat/
A DConfig.in8 log of network traffic for the selected interface(s). It uses
/buildroot/docs/manual/
A Dquickstart.adoc73 * configure, build and install selected target packages;
74 * build a kernel image, if selected;
75 * build a bootloader image, if selected;
76 * create a root filesystem in selected formats.
116 libraries needed to run the selected target applications: the
/buildroot/package/ti-gfx/
A D0002-fix-build-omaplfb-linux.patch4 Fix build with at least es5.x selected (AM35xx).
/buildroot/board/synopsys/nsim/
A Dreadme.txt4 Configure build for the selected nSIM target. For instance, for
/buildroot/package/wf111/
A DConfig.in12 selected in the Linux kernel configuration. These are blind
/buildroot/package/nmap/
A DConfig.in28 netcat-openbsd is selected.
/buildroot/package/libglvnd/
A DConfig.in20 # The following symbols should be selected by the libglvnd-aware
/buildroot/package/mender-grubenv/
A DConfig.in11 The following Grub modules must be selected for this package:

Completed in 44 milliseconds

1234