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

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dchecklist.c33 int choice, int selected)
39 wmove (win, choice, 0);
43 wmove (win, choice, check_x);
51 mvwaddch(win, choice, item_x, item[0]);
55 wmove (win, choice, check_x+1);
64 print_arrows (WINDOW * win, int choice, int item_no, int scroll, argument
85 if ((height < item_no) && (scroll + choice < item_no - 1)) {
125 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
141 if (!choice && status[i])
142 choice
32 print_item(WINDOW * win, const char *item, int status, int choice, int selected) argument
[all...]
H A Dmenubox.c67 print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey) argument
78 wmove (win, choice, 0);
89 mvwaddstr (win, choice, item_x, menu_item);
92 mvwaddch(win, choice, item_x+j, menu_item[j]);
95 wmove (win, choice, item_x+1);
172 int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; local
229 * Set 'choice' to default item.
234 if (strcmp(current, items[i*2]) == 0) choice = i;
241 if ( (fscanf(f,"%d\n",&scroll) == 1) && (scroll <= choice) &&
242 (scroll+max_choice > choice)
[all...]
H A Ddialog.h158 int menu_height, const char *choice, int item_no,
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dchecklist.c33 int choice, int selected)
39 wmove (win, choice, 0);
43 wmove (win, choice, check_x);
51 mvwaddch(win, choice, item_x, item[0]);
55 wmove (win, choice, check_x+1);
64 print_arrows (WINDOW * win, int choice, int item_no, int scroll, argument
85 if ((height < item_no) && (scroll + choice < item_no - 1)) {
126 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
142 if (!choice && status[i])
143 choice
32 print_item(WINDOW * win, const char *item, int status, int choice, int selected) argument
[all...]
H A Dmenubox.c67 print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey) argument
78 wmove (win, choice, 0);
89 mvwaddstr (win, choice, item_x, menu_item);
92 mvwaddch(win, choice, item_x+j, menu_item[j]);
95 wmove (win, choice, item_x+1);
171 int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; local
228 * Set 'choice' to default item.
233 if (strcmp(current, items[i]->tag) == 0) choice = i;
240 if ( (fscanf(f,"%d\n",&scroll) == 1) && (scroll <= choice) &&
241 (scroll+max_choice > choice)
[all...]
H A Ddialog.h165 int menu_height, const char *choice, int item_no,
H A Dzconf.y177 /* choice entry */
179 choice: T_CHOICE label
185 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
188 choice_entry: choice T_EOL choice_option_list
206 printf("%s:%d: missing 'endchoice' for this 'choice' statement\n", current_menu->file->name, current_menu->lineno);
445 case T_CHOICE: return "choice";
510 fprintf(out, "choice\n");
563 fputs(" #choice value\n", out);
/asus-wl-520gu-7.0.1.45/src/router/busybox/tests/
H A Dmultibuild.pl16 if ($ARGV[0] eq "-all" ) { shift(@ARGV); $choice="all"; }
17 if ($ARGV[0] eq "-none") { shift(@ARGV); $choice="none"; }
34 s/^\/\/#/#/ if ($choice eq "all" && !/USE_DEVPS_PATCH/);
35 s/^#/\/\/#/ if ($choice eq "none");
H A Dmultifeat.pl16 if ($ARGV[0] eq "-all" ) { shift(@ARGV); $choice="all"; }
17 if ($ARGV[0] eq "-none") { shift(@ARGV); $choice="none"; }
36 s/^\/\/#/#/ if ($choice eq "all");
37 s/^#/\/\/#/ if ($choice eq "none");
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dcommon.c120 char **choice; local
122 for (choice = v->argv; *choice; choice++) {
123 if (!strcmp(value, *choice))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dnegprot.c436 int choice= -1; local
518 choice = Index;
522 if(choice != -1)
526 SSVAL(outbuf,smb_vwv0,choice);
527 if(choice != -1) {
536 SSVAL(outbuf,smb_vwv0,choice);
538 DEBUG( 5, ( "negprot index=%d\n", choice ) );
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A DMenuconfig36 # choice list, not just the selected one. This makes the output
320 # Add a menu item which will call our local One-of-Many choice list.
322 function choice () {
633 # Handle a one-of-many choice list.
672 choice=`cat MCdialog.out`
686 if [ "$2" = "$choice" ]
1199 function choice () {
1201 # Find the first choice that's already set to 'y'
H A DConfigure438 # choice processes a choice list (1-out-of-n)
440 # choice question choice-list default
442 # The choice list has a syntax of:
445 # choice will define VALUE as if it were a boolean option.
451 function choice () {
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dbroadcom.c1927 char **choice; local
1929 for (choice = v->argv; *choice; choice++) {
1930 if (!strcmp(value, *choice))
1935 for (choice = v->argv; *choice; choice++)
1936 websBufferWrite(wp, "%s%s", choice == v->argv ? "" : "/", *choice);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dbroadcom.c2256 char **choice=NULL; local
2260 for (choice = v->argv; *choice; choice++) {
2261 if (!strcmp(value, *choice))
2266 for (choice = v->argv; *choice; choice++)
2267 websBufferWrite(wp, "%s%s", choice == v->argv ? "" : "/", *choice);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex85 Such a choice is however poor for performance. In the longer term it is
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex2680 of the address and never tries to ``improve'' an incorrect user choice,
2812 active FTP clients happy, your choice is not route NAT but masquerading,

Completed in 102 milliseconds