Home
last modified time | relevance | path

Searched refs:prompt (Results 1 – 25 of 135) sorted by relevance

123456

/linux/scripts/kconfig/
H A Dmenu.c189 struct property *menu_add_prompt(enum prop_type type, const char *prompt, in menu_add_prompt() argument
194 if (isspace(*prompt)) { in menu_add_prompt()
196 while (isspace(*prompt)) in menu_add_prompt()
197 prompt++; in menu_add_prompt()
199 if (current_entry->prompt) in menu_add_prompt()
215 current_entry->prompt = prop; in menu_add_prompt()
216 prop->text = prompt; in menu_add_prompt()
342 prop = menu->prompt; in _menu_finalize()
420 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in _menu_finalize()
427 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in _menu_finalize()
[all …]
H A Dmconf.c302 config_filename, rootmenu.prompt->text); in set_config_filename()
476 prop = menu->prompt; in build_conf()
479 const char *prompt = menu_get_prompt(menu); in build_conf() local
486 indent + 1, ' ', prompt); in build_conf()
489 indent + 1, ' ', prompt, in build_conf()
497 if (prompt) { in build_conf()
499 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf()
505 if (prompt) { in build_conf()
507 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf()
586 if (menu->prompt->type == P_MENU) { in build_conf()
[all …]
H A Dnconf.c648 config_filename, rootmenu.prompt->text); in set_config_filename()
775 prop = menu->prompt; in build_conf()
778 const char *prompt = menu_get_prompt(menu); in build_conf() local
780 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
788 indent + 1, ' ', prompt); in build_conf()
792 indent + 1, ' ', prompt, in build_conf()
799 if (prompt) { in build_conf()
804 prompt); in build_conf()
808 if (prompt) { in build_conf()
812 prompt); in build_conf()
[all …]
H A Dqconf.cc99 QString prompt; in updateMenu() local
106 prompt = ".."; in updateMenu()
111 prompt = menu_get_prompt(menu); in updateMenu()
130 prompt = "*** " + prompt + " ***"; in updateMenu()
187 prompt += " (NEW)"; in updateMenu()
189 setText(promptColIdx, prompt); in updateMenu()
424 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in updateSelection()
457 rootEntry->sym && rootEntry->prompt) { in updateList()
564 type = menu && menu->prompt ? menu->prompt->type : P_UNKNOWN; in setRootMenu()
627 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList()
[all …]
H A Dconf.c236 if (!sym || !menu->prompt || sym_has_value(sym) || in conf_set_all_new_symbols()
329 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string()
362 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym()
519 prop = menu->prompt; in conf()
521 const char *prompt; in conf() local
535 prompt = menu_get_prompt(menu); in conf()
536 if (prompt) in conf()
539 indent, '*', prompt, in conf()
H A Dparser.y150 if (!current_entry->prompt) {
151 fprintf(stderr, "%s:%d: error: choice member must have a prompt\n",
177 if (current_entry->prompt)
178 current_entry->prompt->type = P_MENU;
180 zconf_error("menuconfig statement without prompt");
200 printd(DEBUG_PARSE, "%s:%d:prompt\n", cur_filename, cur_lineno);
259 if (!current_entry->prompt) {
260 fprintf(stderr, "%s:%d: error: choice must have a prompt\n",
293 printd(DEBUG_PARSE, "%s:%d:prompt\n", cur_filename, cur_lineno);
431 /* prompt statemen
[all...]
/linux/drivers/s390/char/
H A DKconfig7 prompt "Support for locally attached 3270 terminals"
14 prompt "Support for fullscreen applications on 3270 terminals"
21 prompt "Support for console on 3270 terminal"
29 prompt "Support for 3215 line mode terminal"
36 prompt "Support for console on 3215 line mode terminal"
47 prompt "Support for SCLP line mode terminal"
54 prompt "Support for console on SCLP line mode terminal"
62 prompt "Support for SCLP VT220-compatible terminal"
69 prompt "Support for console on SCLP VT220-compatible terminal"
77 prompt "Support for file transfers from HMC drive CD/DVD-ROM"
[all …]
/linux/drivers/s390/block/
H A DKconfig7 prompt "DCSSBLK support"
15 prompt "Support for DASD devices"
24 prompt "Profiling support for dasd devices"
32 prompt "Support for ECKD Disks"
40 prompt "Support for FBA Disks"
48 prompt "Support for DIAG access to Disks"
57 prompt "Extended error reporting (EER)"
66 prompt "Support for Storage Class Memory"
/linux/scripts/kconfig/lxdialog/
H A Ddialog.h184 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) in dialog_yesno() argument
61 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_yesno()
/linux/scripts/kconfig/tests/choice_randomize2/
H A DKconfig2 prompt "This is always invisible"
11 prompt "Choose A or B"
26 prompt "Choose X"
/linux/arch/sh/
H A DKconfig.cpu5 prompt "Endianness selection"
21 prompt "FPU support"
31 prompt "FPU emulation support"
40 prompt "DSP support"
50 prompt "ADC support"
/linux/scripts/kconfig/tests/err_transitional/
H A DKconfig14 prompt "Bad prompt"
16 This transitional symbol illegally has a prompt.
/linux/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) in lbtf_deb_hex() argument
96 snprintf(newprompt, sizeof(newprompt), DRV_NAME " %s: ", prompt); in lbtf_deb_hex()
97 print_hex_dump_bytes(prompt, DUMP_PREFIX_NONE, buf, len); in lbtf_deb_hex()
101 #define lbtf_deb_hex(grp, prompt, buf, len) do {} while (0) argument
/linux/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/arch/s390/
H A DKconfig366 prompt "Processor type"
465 prompt "Tune code generation"
559 prompt "Topology scheduler support"
604 prompt "Enable modified branch prediction for the kernel by default"
622 prompt "Avoid speculative indirect branches in the kernel"
642 prompt "Expoline default"
740 prompt "QDIO support"
767 prompt "Support for CHSC subchannels"
784 prompt "SCM bus driver"
790 prompt "Support for EADM subchannels"
[all …]
/linux/security/apparmor/include/
H A Dperms.h78 u32 prompt; /* accumulates only used when ~allow & ~deny */ member
118 accum->prompt |= addend->prompt & ~addend->allow & ~addend->deny; in aa_perms_accum_raw()
145 accum->prompt |= addend->prompt & ~accum->allow & ~accum->deny; in aa_perms_accum()
/linux/scripts/kconfig/tests/choice_randomize/
H A DKconfig2 prompt "choose A or B"
13 prompt "choose X or Y"
/linux/scripts/kconfig/tests/new_choice_with_dep/
H A DKconfig9 prompt "Choice ?"
25 prompt "Choice2 ?"
/linux/drivers/media/
H A DKconfig69 prompt "Cameras and video grabbers" if MEDIA_SUPPORT_FILTER
78 prompt "Analog TV" if MEDIA_SUPPORT_FILTER
92 prompt "Digital TV" if MEDIA_SUPPORT_FILTER
102 prompt "AM/FM radio receivers/transmitters" if MEDIA_SUPPORT_FILTER
118 prompt "Software defined radio" if MEDIA_SUPPORT_FILTER
127 prompt "Platform-specific devices" if MEDIA_SUPPORT_FILTER
141 prompt "Test drivers" if MEDIA_SUPPORT_FILTER
/linux/net/iucv/
H A DKconfig5 prompt "IUCV support (S390 - z/VM only)"
14 prompt "AF_IUCV Socket support (S390 - z/VM and HiperSockets transport)"
/linux/arch/mips/lantiq/
H A DKconfig10 prompt "SoC Type"
33 prompt "Built-in device tree"
/linux/arch/s390/kvm/
H A DKconfig9 prompt "KVM"
21 prompt "Kernel-based Virtual Machine (KVM) support"
/linux/Documentation/kbuild/
H A Dkconfig-language.rst44 the config option, input prompt, dependencies, help text and default
46 name, but every definition can have only a single input prompt and the
59 definition optionally accepts an input prompt, so these two examples
67 prompt "Networking support"
69 - input prompt: "prompt" <prompt> ["if" <expr>]
71 Every menu entry can have at most one prompt, which is used to display
72 to the user. Optionally dependencies only for this prompt can be added
73 with "if". If a prompt is not present, the config option is a non-visible
87 value was set by the user (via the input prompt above). If an input
88 prompt is visible the default value is presented to the user and can
[all …]
/linux/drivers/net/wireless/marvell/libertas/
H A Ddefs.h84 static inline void lbs_deb_hex(unsigned int grp, const char *prompt, in lbs_deb_hex() argument
97 printk(DRV_NAME " %s: ", prompt); in lbs_deb_hex()
106 #define lbs_deb_hex(grp,prompt,buf,len) do {} while (0) argument

123456