Lines Matching full:choice

192 		 * not visible if the corresponding choice's value is  in sym_calc_visibility()
240 * Find the default symbol for a choice.
241 * First try the default values for the choice symbol
242 * Next locate the first visible choice value
278 /* first calculate all choice values' visibilities */ in sym_calc_choice()
289 /* is the user choice visible? */ in sym_calc_choice()
297 /* no choice? reset tristate value */ in sym_calc_choice()
510 * setting a choice value also resets the new flag of the choice in sym_set_tristate_value()
511 * symbol and all other choice values. in sym_set_tristate_value()
1025 /* for choice values find the menu entry (used below) */ in sym_check_print_recursive()
1040 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1041 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1043 fprintf(stderr, "%s:%d:\tsymbol %s is part of choice %s\n", in sym_check_print_recursive()
1045 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1046 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1050 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1051 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1055 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1056 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1060 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1061 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1065 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1067 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1071 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1073 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1169 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument
1176 dep_stack_insert(&stack, choice); in sym_check_choice_deps()
1178 prop = sym_get_choice_prop(choice); in sym_check_choice_deps()
1182 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps()
1183 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps()
1184 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps()
1198 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps()
1199 sym2 = choice; in sym_check_choice_deps()
1221 /* for choice groups start the check with main choice symbol */ in sym_check_deps()
1257 return "choice"; in prop_get_type_name()