Lines Matching full:choice
150 fprintf(stderr, "%s:%d: error: choice member must have a prompt\n",
156 fprintf(stderr, "%s:%d: error: choice member must be bool\n",
162 * If the same symbol appears twice in a choice block, the list
243 /* choice entry */
245 choice: T_CHOICE T_EOL
253 printd(DEBUG_PARSE, "%s:%d:choice\n", cur_filename, cur_lineno);
256 choice_entry: choice choice_option_list
259 fprintf(stderr, "%s:%d: error: choice must have a prompt\n",
273 if (zconf_endtoken($1, "choice")) {
405 current_entry->sym->name ?: "<choice>");
411 current_entry->sym->name ?: "<choice>");
440 | T_ENDCHOICE T_EOL { $$ = "choice"; }
486 * choice_check_sanity - check sanity of a choice member
488 * @menu: menu of the choice member
501 "defaults for choice values not supported\n");
509 "choice value has a prompt outside its choice group\n");