Lines Matching refs:prompt
567 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
1701 if (current_entry->prompt)
1702 current_entry->prompt->type = P_MENU;
1704 zconfprint("warning: menuconfig statement without prompt");
1724 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1810 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
2262 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
2276 rootmenu.prompt->text = _(rootmenu.prompt->text);
2277 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
2403 fputs(" prompt ", out);
2461 else if ((prop = menu->prompt)) {
2488 if (menu->prompt && menu->prompt->type == P_MENU)