Lines Matching refs:prompt
573 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
1698 if (current_entry->prompt)
1699 current_entry->prompt->type = P_MENU;
1701 zconfprint("warning: menuconfig statement without prompt");
1721 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1807 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
2259 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
2275 rootmenu.prompt->text = _(rootmenu.prompt->text);
2276 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
2404 fputs(" prompt ", out);
2462 else if ((prop = menu->prompt)) {
2489 if (menu->prompt && menu->prompt->type == P_MENU)