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

12

/linux-master/scripts/kconfig/lxdialog/
H A Ddialog.h134 char str[MAXITEMSTR]; /* prompt displayed */
184 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
192 int dialog_yesno(const char *title, const char *prompt, int height, int width);
193 int dialog_msgbox(const char *title, const char *prompt, int height,
198 int dialog_menu(const char *title, const char *prompt,
200 int dialog_checklist(const char *title, const char *prompt, int height,
202 int dialog_inputbox(const char *title, const char *prompt, int height,
H A Dyesno.c29 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
61 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dinputbox.c31 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.c104 int dialog_checklist(const char *title, const char *prompt, int height, argument
150 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dmenubox.c163 int dialog_menu(const char *title, const char *prompt, argument
206 print_autowrap(dialog, prompt, width - 2, 1, 3);
H A Dutil.c351 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) argument
357 strcpy(tempstr, prompt);
361 if (prompt_len <= width - x * 2) { /* If prompt is short */
/linux-master/scripts/kconfig/
H A Dmconf.c300 config_filename, rootmenu.prompt->text);
474 prop = menu->prompt;
477 const char *prompt = menu_get_prompt(menu); local
484 indent + 1, ' ', prompt);
487 indent + 1, ' ', prompt,
495 if (prompt) {
497 item_make(" %*c*** %s ***", indent + 1, ' ', prompt);
503 if (prompt) {
505 item_make("---%*c%s", indent + 1, ' ', prompt);
618 if (menu->prompt
633 const char *prompt = menu_get_prompt(menu); local
694 const char *prompt = menu_get_prompt(menu); local
789 const char *prompt = menu_get_prompt(menu); local
[all...]
H A Dmenu.c157 struct property *menu_add_prompt(enum prop_type type, char *prompt, argument
162 if (isspace(*prompt)) {
164 while (isspace(*prompt))
165 prompt++;
167 if (current_entry->prompt)
168 prop_warn(prop, "prompt redefined");
193 current_entry->prompt = prop;
194 prop->text = prompt;
349 * handle the prompt
351 prop = menu->prompt;
[all...]
H A Dnconf.c644 config_filename, rootmenu.prompt->text);
771 prop = menu->prompt;
774 const char *prompt = menu_get_prompt(menu); local
776 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
784 indent + 1, ' ', prompt);
788 indent + 1, ' ', prompt,
795 if (prompt) {
800 prompt);
804 if (prompt) {
972 show_menu(const char *prompt, const char *instructions, int selected_index, int *last_top_row) argument
1272 const char *prompt = menu_get_prompt(menu); local
1391 const char *prompt = menu_get_prompt(menu); local
[all...]
H A Dqconf.cc95 QString prompt; local
102 prompt = "..";
107 prop = menu->prompt;
108 prompt = menu_get_prompt(menu);
127 prompt = "*** " + prompt + " ***";
178 prompt += " (NEW)";
180 setText(promptColIdx, prompt);
413 type = menu->prompt ? menu->prompt
[all...]
H A Dnconf.h80 const char *title, const char *prompt,
H A Dconf.c355 printf("%*s%s ", indent - 1, "", menu->prompt->text);
388 printf("%*s%s ", indent - 1, "", menu->prompt->text);
569 prop = menu->prompt;
571 const char *prompt; local
585 prompt = menu_get_prompt(menu);
586 if (prompt)
589 indent, '*', prompt,
H A Dparser.y162 if (current_entry->prompt)
163 current_entry->prompt->type = P_MENU;
165 zconfprint("warning: menuconfig statement without prompt");
185 printd(DEBUG_PARSE, "%s:%d:prompt\n", cur_filename, cur_lineno);
236 if (!current_entry->prompt) {
237 fprintf(stderr, "%s:%d: error: choice must have a prompt\n",
266 printd(DEBUG_PARSE, "%s:%d:prompt\n", cur_filename, cur_lineno);
419 /* prompt statement */
641 fputs(" prompt ", out);
708 else if ((prop = menu->prompt)) {
[all...]
H A Dgconf.c183 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text);
366 const char *prompt = menu_get_prompt(menu); local
377 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1,
705 ptype = current->prompt ? current->prompt->type : P_UNKNOWN;
903 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
1044 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
1344 prop = child->prompt;
[all...]
H A Dnconf.gui.c309 const char *title, const char *prompt,
332 prompt_lines = get_line_no(prompt);
334 const char *line = get_line(prompt, i);
369 fill_window(prompt_win, prompt);
308 dialog_inputbox(WINDOW *main_window, const char *title, const char *prompt, const char *init, char **resultp, int *result_len) argument
H A Dlkc.h89 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
H A Dexpr.h103 * if it is a boolean or tristate. Calculated from prompt dependencies,
162 * prompt "foo prompt"
173 P_PROMPT, /* prompt "foo prompt" or "BAZ Value" */
175 P_MENU, /* prompt associated with a menu or menuconfig symbol */
187 const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */
231 * The prompt associated with the node. This holds the prompt for a
235 struct property *prompt; member in struct:menu
[all...]
H A Dstreamline_config.pl241 } elsif ($state ne "NONE" && /^\s*(tristate\s+\S|prompt\b)/) {
242 # note if the config has a prompt
476 # when a config has no prompt and requires another config to be
564 # If the config has no prompt, then we need to check if a config
580 # config has no prompt and must be selected.
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Ddeb_defs.h89 static inline void lbtf_deb_hex(unsigned int grp, const char *prompt, u8 *buf, int len) argument
96 snprintf(newprompt, sizeof(newprompt), DRV_NAME " %s: ", prompt);
97 print_hex_dump_bytes(prompt, DUMP_PREFIX_NONE, buf, len);
101 #define lbtf_deb_hex(grp, prompt, buf, len) do {} while (0)
/linux-master/security/apparmor/include/
H A Dperms.h78 u32 prompt; /* accumulates only used when ~allow & ~deny */ member in struct:aa_perms
118 accum->prompt |= addend->prompt & ~addend->allow & ~addend->deny;
145 accum->prompt |= addend->prompt & ~accum->allow & ~accum->deny;
/linux-master/drivers/net/wireless/marvell/libertas/
H A Ddefs.h84 static inline void lbs_deb_hex(unsigned int grp, const char *prompt, argument
97 printk(DRV_NAME " %s: ", prompt);
106 #define lbs_deb_hex(grp,prompt,buf,len) do {} while (0)
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl111 my ($cancel, $prompt) = @_;
117 print "$prompt [y/n/C] ";
119 print "$prompt [y/N] ";
148 my ($prompt) = @_;
150 return read_prompt 0, $prompt;
154 my ($prompt) = @_;
156 return read_prompt 1, $prompt;
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c433 * Print the prompt string and read a command from the
439 * prompt Pointer to string to use as prompt string
446 * substituted for %d, %x or %o in the prompt.
449 char *kdb_getstr(char *buffer, size_t bufsize, const char *prompt) argument
451 if (prompt && kdb_prompt_str != prompt)
452 strscpy(kdb_prompt_str, prompt, CMD_BUFLEN);
673 * The "[nn]kdb> " prompt should
676 * The "[nn]more " prompt shoul
[all...]
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.h137 void pcan_dump_mem(const char *prompt, const void *p, int l);
/linux-master/drivers/s390/char/
H A Dcon3270.c103 char *prompt; /* Output string for input area. */ member in struct:tty3270
208 strcpy(tp->prompt, input);
225 if (*tp->prompt) {
227 count = min_t(int, strlen(tp->prompt),
229 memcpy(cp, tp->prompt, count);
1008 old_prompt = tp->prompt;
1011 tp->prompt = new_prompt;
1066 kfree(tp->prompt);
1133 tp->prompt = kzalloc(tty3270_input_size(tp->view.cols), GFP_KERNEL);
1134 if (!tp->prompt) {
[all...]

Completed in 467 milliseconds

12