Lines Matching refs:prompt
570 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
1723 if (current_entry->prompt)
1724 current_entry->prompt->type = P_MENU;
1726 zconfprint("warning: menuconfig statement without prompt");
1746 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1832 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
2300 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
2310 rootmenu.prompt->text = _(rootmenu.prompt->text);
2311 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
2437 fputs(" prompt ", out);
2495 else if ((prop = menu->prompt)) {
2522 if (menu->prompt && menu->prompt->type == P_MENU)