Lines Matching refs:prompt
150 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 statement */
546 "choice value must not have a prompt in another entry\n");
702 fputs(" prompt ", out);
762 else if ((prop = menu->prompt)) {
789 if (menu->prompt && menu->prompt->type == P_MENU)