Searched refs:prompt (Results 1 - 25 of 33) sorted by last modified time

12

/linux-master/scripts/kconfig/
H A Dsymbol.c94 * Choice members must have a prompt. Find a menu entry with a prompt,
98 if (m->prompt) {
211 /* any prompt visible? */
1290 return "prompt";
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) {
948 show_menu(const char *prompt, const char *instructions, int selected_index, int *last_top_row) argument
1248 const char *prompt = menu_get_prompt(menu); local
1367 const char *prompt = menu_get_prompt(menu); local
[all...]
H A Dparser.y151 if (!current_entry->prompt) {
152 fprintf(stderr, "%s:%d: error: choice member must have a prompt\n",
169 if (current_entry->prompt)
170 current_entry->prompt->type = P_MENU;
172 zconfprint("warning: menuconfig statement without prompt");
192 printd(DEBUG_PARSE, "%s:%d:prompt\n", cur_filename, cur_lineno);
243 if (!current_entry->prompt) {
244 fprintf(stderr, "%s:%d: error: choice must have a prompt\n",
277 printd(DEBUG_PARSE, "%s:%d:prompt\n", cur_filename, cur_lineno);
424 /* prompt statemen
[all...]
H A Dmenu.c178 struct property *menu_add_prompt(enum prop_type type, char *prompt, argument
183 if (isspace(*prompt)) {
185 while (isspace(*prompt))
186 prompt++;
188 if (current_entry->prompt)
189 prop_warn(prop, "prompt redefined");
214 current_entry->prompt = prop;
215 prop->text = prompt;
368 * handle the prompt
370 prop = menu->prompt;
[all...]
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);
598 if (menu->prompt
613 const char *prompt = menu_get_prompt(menu); local
674 const char *prompt = menu_get_prompt(menu); local
769 const char *prompt = menu_get_prompt(menu); local
[all...]
H A Dgconf.c148 gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text);
331 const char *prompt = menu_get_prompt(menu); local
342 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1,
670 ptype = current->prompt ? current->prompt->type : P_UNKNOWN;
868 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
1009 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
1300 prop = child->prompt;
[all...]
H A Dlkc.h94 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
H A Dconfdata.c586 fprintf(fp, "%s %s\n", cs->decoration, rootmenu.prompt->text);
910 menu->prompt->type == P_MENU) {
H A Dexpr.h102 * if it is a boolean or tristate. Calculated from prompt dependencies,
158 * prompt "foo prompt"
169 P_PROMPT, /* prompt "foo prompt" or "BAZ Value" */
171 P_MENU, /* prompt associated with a menu or menuconfig symbol */
183 const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */
227 * The prompt associated with the node. This holds the prompt for a
231 struct property *prompt; member in struct:menu
[all...]
H A Dconf.c355 printf("%*s%s ", indent - 1, "", menu->prompt->text);
388 printf("%*s%s ", indent - 1, "", menu->prompt->text);
567 prop = menu->prompt;
569 const char *prompt; local
583 prompt = menu_get_prompt(menu);
584 if (prompt)
587 indent, '*', prompt,
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...]
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c342 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) argument
348 strcpy(tempstr, prompt);
352 if (prompt_len <= width - x * 2) { /* If prompt is short */
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 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 Dmenubox.c163 int dialog_menu(const char *title, const char *prompt, argument
206 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 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);
/linux-master/tools/testing/ktest/
H A Dktest.pl600 my ($cancel, $prompt) = @_;
606 print "$prompt [y/n/C] ";
608 print "$prompt [Y/n] ";
637 my ($prompt) = @_;
639 return read_prompt 0, $prompt;
643 my ($prompt) = @_;
645 return read_prompt 1, $prompt;
2302 fail "failed - never got a boot prompt." and return 0;
/linux-master/security/apparmor/
H A Dpolicy_unpack.c658 aa_unpack_u32(e, &perm->prompt, NULL) &&
1193 if (perm->prompt & (perm->allow | perm->deny))
1195 if (perm->complain & perm->prompt)
H A Dlib.c334 perms->prompt = ALL_PERMS_MASK;
/linux-master/scripts/
H A Dcheckpatch.pl3616 if ($f =~ /^\+\s*(?:bool|tristate|prompt)\s*["']/) {
H A Dget_maintainer.pl2024 Enter selections at the prompt until you are satisfied that the selected
/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...]
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c82 void pcan_dump_mem(const char *prompt, const void *p, int l) argument
85 PCAN_USB_DRIVER_NAME, prompt ? prompt : "memory", l);
/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;

Completed in 412 milliseconds

12