Lines Matching full:choice
185 * not visible if the corresponding choice's value is in sym_calc_visibility()
233 * Find the default symbol for a choice.
234 * First try the default values for the choice symbol
235 * Next locate the first visible choice value
271 /* first calculate all choice values' visibilities */ in sym_calc_choice()
282 /* is the user choice visible? */ in sym_calc_choice()
290 /* no choice? reset tristate value */ in sym_calc_choice()
517 * setting a choice value also resets the new flag of the choice in sym_set_tristate_value()
518 * symbol and all other choice values. in sym_set_tristate_value()
1034 /* for choice values find the menu entry (used below) */ in sym_check_print_recursive()
1049 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1050 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1052 fprintf(stderr, "%s:%d:\tsymbol %s is part of choice %s\n", in sym_check_print_recursive()
1054 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1055 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1059 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1060 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1064 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1065 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1069 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1070 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1074 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1076 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1080 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1082 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1178 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument
1185 dep_stack_insert(&stack, choice); in sym_check_choice_deps()
1187 prop = sym_get_choice_prop(choice); in sym_check_choice_deps()
1191 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps()
1192 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps()
1193 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps()
1207 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps()
1208 sym2 = choice; in sym_check_choice_deps()
1230 /* for choice groups start the check with main choice symbol */ in sym_check_deps()
1266 return "choice"; in prop_get_type_name()