Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dmenubox.c66 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 …]
Dchecklist.c31 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 …]
Ddialog.h159 int menu_height, const char *choice, int item_no,
/busybox-1.35.0/scripts/
Dcheckhelp.awk11 /^choice/ { is_choice = 1; }
/busybox-1.35.0/docs/
DKconfig-language.txt191 - 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.
Difupdown_design.txt7 to be adaptable by local admins, and C is an extremely poor choice
/busybox-1.35.0/shell/
DConfig.src9 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/
Dzconf.gperf17 choice, T_CHOICE, TF_COMMAND keyword
Dzconf.hash.c_shipped112 char kconf_id_strings_str41[sizeof("choice")];
145 "choice",
Dzconf.y222 choice: T_CHOICE T_EOL
231 choice_entry: choice choice_option_list
Dzconf.tab.c_shipped453 "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/
Dxz_dec_lzma2.c117 uint16_t choice; member
627 if (!rc_bit(&s->rc, &l->choice)) { in lzma_len()
/busybox-1.35.0/
DConfig.in542 choice
575 choice
674 choice
DLICENSE232 impose that choice.
/busybox-1.35.0/examples/var_service/
DREADME43 subdirectory. A typical choice is to start an instance of runsvdir
DREADME_distro_proposal.txt163 directory (common choice are /var/service, /run/service etc).
/busybox-1.35.0/libbb/
DConfig.src10 choice