Searched refs:prompt (Results 1 - 23 of 23) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Dcom.h24 extern int AT91F_ReadLine (const char *const prompt, char *console_buffer);
H A Dcom.c106 int AT91F_ReadLine (const char *const prompt, char *console_buffer) argument
110 int plen = strlen (prompt); /* prompt length */
114 /* print prompt */
115 if (prompt)
116 printf(prompt);
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dmenu.c97 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) argument
102 prop->text = prompt;
106 if (prompt) {
107 if (current_entry->prompt)
108 menu_warn(current_entry, "prompt redefined\n");
109 current_entry->prompt = prop;
115 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) argument
117 return menu_add_prop(type, prompt, NULL, dep);
218 } else if (parent->prompt)
219 parentdep = parent->prompt
[all...]
H A Dmconf.c590 prop = menu->prompt;
593 const char *prompt = menu_get_prompt(menu); local
602 indent + 1, ' ', prompt);
604 cprint1(" %*c%s --->", indent + 1, ' ', prompt);
611 if (prompt) {
614 cprint("---%*c%s", indent + 1, ' ', prompt);
718 if (menu->prompt->type == P_MENU) {
736 const char *prompt = menu_get_prompt(menu); local
746 cprint("%s", prompt ? prompt
909 const char *prompt = menu_get_prompt(menu); local
969 const char *prompt = menu_get_prompt(menu); local
[all...]
H A Dzconf.y89 %type <string> prompt
112 | stmt_list T_MAINMENU prompt nl
167 if (current_entry->prompt)
168 current_entry->prompt->type = P_MENU;
170 zconfprint("warning: menuconfig statement without prompt");
192 config_option: T_PROMPT prompt if_expr T_EOL
195 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
262 choice_option: T_PROMPT prompt if_expr T_EOL
265 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
335 menu: T_MENU prompt T_EO
432 prompt: T_WORD label
[all...]
H A Dlkc.h77 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
78 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
H A Dconf.c190 printf("%*s%s ", indent - 1, "", menu->prompt->text);
226 printf("%*s%s ", indent - 1, "", menu->prompt->text);
432 prop = menu->prompt;
434 const char *prompt; local
443 prompt = menu_get_prompt(menu);
444 if (prompt)
447 indent, '*', prompt,
H A Dexpr.h132 struct property *prompt; member in struct:menu
/netgear-R7800-V1.0.2.28/scripts/config/lxdialog/
H A Ddialog.h146 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
154 int dialog_yesno(const char *title, const char *prompt, int height, int width);
155 int dialog_msgbox(const char *title, const char *prompt, int height,
158 int dialog_menu(const char *title, const char *prompt, int height, int width,
161 int dialog_checklist(const char *title, const char *prompt, int height,
165 int dialog_inputbox(const char *title, const char *prompt, int height,
H A Dmsgbox.c28 int dialog_msgbox(const char *title, const char *prompt, int height, int width, argument
48 print_autowrap(dialog, prompt, width - 2, 1, 2);
H A Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
67 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, argument
72 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dchecklist.c111 int dialog_checklist(const char *title, const char *prompt, int height, argument
159 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dmenubox.c182 int dialog_menu(const char *title, const char *prompt, int height, int width, argument
215 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dutil.c200 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) argument
206 strcpy(tempstr, prompt);
218 if (prompt_len <= width - x * 2) { /* If prompt is short */
/netgear-R7800-V1.0.2.28/package/toolchain/
H A DMakefile39 prompt "libgcc shared library base directory"
46 prompt "libgcc shared library files (use wildcards)"
66 prompt "libssp shared library base directory"
73 prompt "libssp shared library files (use wildcards)"
94 prompt "libstdcpp shared library base directory"
101 prompt "libstdc++ shared library files (use wildcards)"
130 prompt "libc shared library base directory"
137 prompt "libc shared library files (use wildcards)"
156 prompt "libpthread shared library base directory"
163 prompt "libpthrea
[all...]
/netgear-R7800-V1.0.2.28/package/dnibusybox/
H A Dconvert_menuconfig.pl55 $line =~ s/^(\s*(prompt "[^"]+" if|config|depends|depends on|select|default|default \w if)\s+\!?)([A-Z_])/$1BUSYBOX_CONFIG_$3/g;
/netgear-R7800-V1.0.2.28/scripts/
H A Dmetadata.pl272 prompt "Target System"
287 prompt "Subtarget" if HAS_SUBTARGETS
307 prompt "Target Profile"
593 prompt "$features[0]->{target_title}"
/netgear-R7800-V1.0.2.28/include/
H A Dpackage-version-override.mk26 prompt "select version"
/netgear-R7800-V1.0.2.28/package/uhttpd/
H A DMakefile55 prompt "TLS Provider"
/netgear-R7800-V1.0.2.28/package/qca-hostap/
H A DMakefile109 prompt "$(1) configuration"
/netgear-R7800-V1.0.2.28/package/noip2/src/
H A Dnoip2.c806 prompt_for_executable = 0; // don't prompt in auto mode
2074 int prompt, x, all_num = 0, len=0; local
2157 prompt = 0;
2159 prompt = !yesno(CMSG33);
2162 if (prompt) {
2171 if (prompt) {
/netgear-R7800-V1.0.2.28/docs/
H A Drelease_notes_R7500.tex394 \item \texttt{TD77/bug46924,WAN detection,Router Genie does not prompt user with the AP/Router setup option page on ATT U-Verse DHCP,Comcast business class DHCP and TNCP DHCP}
517 \item \texttt{TD77,WAN detection - Router Genie does not prompt user with the AP/Router setup option page on ATT U-Verse DHCP, Comcast business class DHCP and TNCP DHCP}
534 \item \texttt{TD110,disable "NO-IP" DDNS ,then enable it again,prompt "No update is needed"}

Completed in 124 milliseconds