Lines Matching full:choice
125 sym->name ? sym->name : "<choice>", in menu_set_type()
251 "choice default symbol '%s' is not contained in the choice", in sym_check_prop()
301 /* find the first choice value to find out choice type */ in menu_finalize()
310 /* set the type of the remaining choice values */ in menu_finalize()
318 * Use the choice itself as the parent dependency of in menu_finalize()
320 * choice into an upper bound on the visibility of the in menu_finalize()
321 * choice value symbols. in menu_finalize()
491 menu_warn(menu, "choice value must have a prompt"); in menu_finalize()
494 prop_warn(prop, "defaults for choice " in menu_finalize()
500 prop_warn(prop, "choice value used outside its choice group"); in menu_finalize()
502 /* Non-tristate choice values of tristate choices must in menu_finalize()
503 * depend on the choice being set to Y. The choice in menu_finalize()
571 menu_warn(parent, "choice must have a prompt"); in menu_finalize()
581 * setting the choice mode to 'n' when the choice is visible. in menu_finalize()
583 * This would also work for non-choice symbols, but only non-optional in menu_finalize()
748 menu->sym->name : "<choice>", in get_prompt_str()