Searched refs:choice (Results 1 - 9 of 9) sorted by relevance

/netgear-R7800-V1.0.2.28/scripts/config/lxdialog/
H A Dmenubox.c67 static void do_print_item(WINDOW * win, const char *item, int choice, argument
79 wmove(win, choice, 0);
90 mvwaddstr(win, choice, ITEM_IDENT, menu_item);
93 mvwaddch(win, choice, ITEM_IDENT + j, menu_item[j]);
96 wmove(win, choice, ITEM_IDENT + 1);
102 #define print_item(index, choice, selected) \
105 do_print_item(menu, items[(index) * 2 + 1], choice, selected, hotkey); \
187 int key = 0, button = 0, scroll = 0, choice = 0; local
230 /* Set choice to default item */
233 choice
[all...]
H A Dchecklist.c31 static void print_item(WINDOW * win, const char *item, int status, int choice, argument
38 wmove(win, choice, 0);
42 wmove(win, choice, check_x);
47 mvwaddch(win, choice, item_x, item[0]);
51 wmove(win, choice, check_x + 1);
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
79 if ((height < item_no) && (scroll + choice < item_no - 1)) {
116 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
130 if ((!choice && status[i])
132 choice
[all...]
H A Ddialog.h159 int menu_height, const char *choice, int item_no,
/netgear-R7800-V1.0.2.28/package/dnibusybox/
H A Dconvert_menuconfig.pl49 if ($line =~ /^\s*(menu|choice|end|source)/) {
/netgear-R7800-V1.0.2.28/scripts/
H A Dmetadata.pl271 choice
286 choice
306 choice
592 choice
/netgear-R7800-V1.0.2.28/include/
H A Dpackage-version-override.mk25 choice
/netgear-R7800-V1.0.2.28/package/uhttpd/
H A DMakefile53 choice
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dzconf.y226 /* choice entry */
228 choice: T_CHOICE T_EOL label
234 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
237 choice_entry: choice choice_option_list
497 case T_CHOICE: return "choice";
579 fprintf(out, "choice\n");
625 fputs(" #choice value\n", out);
/netgear-R7800-V1.0.2.28/package/qca-hostap/
H A DMakefile108 choice

Completed in 230 milliseconds