Lines Matching refs:prompt
587 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
1745 if (current_entry->prompt)
1746 current_entry->prompt->type = P_MENU;
1748 zconfprint("warning: menuconfig statement without prompt");
1768 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1854 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
2342 rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
2352 rootmenu.prompt->text = _(rootmenu.prompt->text);
2353 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
2479 fputs(" prompt ", out);
2537 else if ((prop = menu->prompt)) {
2564 if (menu->prompt && menu->prompt->type == P_MENU)