Lines Matching full:choice
124 sym->name ? sym->name : "<choice>", in menu_set_type()
272 "choice default symbol '%s' is not contained in the choice", in sym_check_prop()
322 /* find the first choice value to find out choice type */ in menu_finalize()
331 /* set the type of the remaining choice values */ in menu_finalize()
339 * Use the choice itself as the parent dependency of in menu_finalize()
341 * choice into an upper bound on the visibility of the in menu_finalize()
342 * choice value symbols. in menu_finalize()
512 menu_warn(menu, "choice value must have a prompt"); in menu_finalize()
515 prop_warn(prop, "defaults for choice " in menu_finalize()
521 prop_warn(prop, "choice value used outside its choice group"); in menu_finalize()
523 /* Non-tristate choice values of tristate choices must in menu_finalize()
524 * depend on the choice being set to Y. The choice in menu_finalize()
592 menu_warn(parent, "choice must have a prompt"); in menu_finalize()
602 * setting the choice mode to 'n' when the choice is visible. in menu_finalize()
604 * This would also work for non-choice symbols, but only non-optional in menu_finalize()
792 menu->sym->name : "<choice>", in get_prompt_str()