Lines Matching full:choice
151 fprintf(stderr, "%s:%d: error: choice member must have a prompt\n",
157 fprintf(stderr, "%s:%d: error: choice member must be bool\n",
163 * If the same symbol appears twice in a choice block, the list
244 /* choice entry */
246 choice: T_CHOICE T_EOL
254 printd(DEBUG_PARSE, "%s:%d:choice\n", cur_filename, cur_lineno);
257 choice_entry: choice choice_option_list
260 fprintf(stderr, "%s:%d: error: choice must have a prompt\n",
274 if (zconf_endtoken($1, "choice")) {
412 current_entry->sym->name ?: "<choice>");
418 current_entry->sym->name ?: "<choice>");
447 | T_ENDCHOICE T_EOL { $$ = "choice"; }
493 * choice_check_sanity - check sanity of a choice member
495 * @menu: menu of the choice member
508 "defaults for choice values not supported\n");
516 "choice value has a prompt outside its choice group\n");