/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 32 print_button(dialog, " Yes ", y, x, selected == 0); in print_buttons() 33 print_button(dialog, " No ", y, x + 13, selected == 1); in print_buttons() 35 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
|
D | menubox.c | 67 int selected, int hotkey) in do_print_item() argument 88 wattrset(win, selected ? item_selected_attr : item_attr); in do_print_item() 91 wattrset(win, selected ? tag_key_selected_attr : tag_key_attr); in do_print_item() 94 if (selected) { in do_print_item() 101 #define print_item(index, choice, selected) \ argument 104 do_print_item(menu, items[(index) * 2 + 1], choice, selected, hotkey); \ 154 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 159 print_button(win, "Select", y, x, selected == 0); in print_buttons() 160 print_button(win, " Exit ", y, x + 12, selected == 1); in print_buttons() 161 print_button(win, " Help ", y, x + 24, selected == 2); in print_buttons() [all …]
|
D | checklist.c | 32 int selected) in print_item() argument 43 wattrset(win, selected ? check_selected_attr : check_attr); in print_item() 46 wattrset(win, selected ? tag_selected_attr : tag_attr); in print_item() 48 wattrset(win, selected ? item_selected_attr : item_attr); in print_item() 50 if (selected) { in print_item() 95 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 100 print_button(dialog, "Select", y, x, selected == 0); in print_buttons() 101 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons() 103 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 34 print_button(dialog, " Ok ", y, x, selected == 0); in print_buttons() 35 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons() 37 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
D | util.c | 262 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument 267 wattrset(win, selected ? button_active_attr : button_inactive_attr); in print_button() 271 wattrset(win, selected ? button_label_active_attr in print_button() 275 wattrset(win, selected ? button_key_active_attr in print_button() 278 wattrset(win, selected ? button_label_active_attr in print_button() 281 wattrset(win, selected ? button_active_attr : button_inactive_attr); in print_button()
|
D | dialog.h | 147 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
|
/busybox-1.35.0/networking/udhcp/ |
D | Config.src | 18 If selected, udhcpd will base its selection of IP address to offer 32 If selected, udhcpd will write a new file with leases every 76 If selected, udhcpc will send ARP probes and make sure 86 If selected, udhcpc will check some options (such as option 12 - 163 If selected, both client and server will support passing of domain 172 If selected, both client and server will support passing of VLAN
|
/busybox-1.35.0/examples/ |
D | inittab | 65 # /bin/sh invocations on selected ttys 79 # /sbin/getty invocations for selected ttys
|
/busybox-1.35.0/miscutils/ |
D | makedevs.c | 310 # error makedevs configuration error, either leaf or table must be selected
|
/busybox-1.35.0/docs/ |
D | Kconfig-language.txt | 215 choice only allows a single config entry to be selected, a tristate 221 choice to 'n' and no entry needs to be selected.
|
D | embedded-scripts.txt | 76 these are selected by adding this to the configuration:
|
D | keep_data_small.txt | 6 is allocated, not just that one part for selected applet.
|
D | tar_pax.txt | 30 data. Therefore, header block field values should be selected to
|
/busybox-1.35.0/libbb/ |
D | Config.src | 120 Probably requires Linux 2.6+. If not selected, gettimeofday 341 invalid UTF-8 bytes are not substituted with the selected
|
/busybox-1.35.0/procps/ |
D | ps.posix | 92 shall be selected by the system to be at least as wide as the header
|
/busybox-1.35.0/ |
D | Config.in | 351 # These are auto-selected by other options 357 #This option is auto-selected when you select any applet which may
|