/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | menubox.c | 66 static void do_print_item(WINDOW * win, const char *item, int choice, in do_print_item() argument 78 wmove(win, choice, 0); in do_print_item() 89 mvwaddstr(win, choice, item_x, menu_item); in do_print_item() 92 mvwaddch(win, choice, item_x + j, menu_item[j]); in do_print_item() 95 wmove(win, choice, item_x + 1); in do_print_item() 101 #define print_item(index, choice, selected) \ argument 104 do_print_item(menu, items[(index) * 2 + 1], choice, selected, hotkey); \ 186 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 234 choice = i; in dialog_menu() 238 if ((fscanf(f, "%d\n", &scroll) == 1) && (scroll <= choice) && in dialog_menu() [all …]
|
D | checklist.c | 31 static void print_item(WINDOW * win, const char *item, int status, int choice, in print_item() argument 38 wmove(win, choice, 0); in print_item() 42 wmove(win, choice, check_x); in print_item() 47 mvwaddch(win, choice, item_x, item[0]); in print_item() 51 wmove(win, choice, check_x + 1); in print_item() 59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 79 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 116 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; in dialog_checklist() local 130 if ((!choice && status[i]) in dialog_checklist() 132 choice = i + 1; in dialog_checklist() [all …]
|
D | dialog.h | 159 int menu_height, const char *choice, int item_no,
|
/busybox-1.35.0/scripts/ |
D | checkhelp.awk | 11 /^choice/ { is_choice = 1; }
|
/busybox-1.35.0/docs/ |
D | Kconfig-language.txt | 191 - choice/endchoice 208 "choice" 209 <choice options> 210 <choice block> 213 This defines a choice group and accepts any of above attributes as 214 options. A choice can only be of type bool or tristate, while a boolean 215 choice only allows a single config entry to be selected, a tristate 216 choice also allows any number of config entries to be set to 'm'. This 220 A choice accepts another option "optional", which allows to set the 221 choice to 'n' and no entry needs to be selected.
|
D | ifupdown_design.txt | 7 to be adaptable by local admins, and C is an extremely poor choice
|
/busybox-1.35.0/shell/ |
D | Config.src | 9 choice 24 "ash" choice (CONFIG_ASH), this shell may only be invoked by 33 "hush" choice (CONFIG_HUSH), this shell may only be invoked by 41 choice 66 "ash" choice (CONFIG_ASH), this shell may only be invoked by 75 "hush" choice (CONFIG_HUSH), this shell may only be invoked by
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.gperf | 17 choice, T_CHOICE, TF_COMMAND keyword
|
D | zconf.hash.c_shipped | 112 char kconf_id_strings_str41[sizeof("choice")]; 145 "choice",
|
D | zconf.y | 222 choice: T_CHOICE T_EOL 231 choice_entry: choice choice_option_list
|
D | zconf.tab.c_shipped | 453 "config_option", "choice", "choice_entry", "choice_end", "choice_stmt", 1459 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno()); 1974 case T_CHOICE: return "choice"; 2056 fprintf(out, "choice\n"); 2102 fputs(" #choice value\n", out);
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_dec_lzma2.c | 117 uint16_t choice; member 627 if (!rc_bit(&s->rc, &l->choice)) { in lzma_len()
|
/busybox-1.35.0/ |
D | Config.in | 542 choice 575 choice 674 choice
|
D | LICENSE | 232 impose that choice.
|
/busybox-1.35.0/examples/var_service/ |
D | README | 43 subdirectory. A typical choice is to start an instance of runsvdir
|
D | README_distro_proposal.txt | 163 directory (common choice are /var/service, /run/service etc).
|
/busybox-1.35.0/libbb/ |
D | Config.src | 10 choice
|