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()
1068 /* for choice values find the menu entry (used below) */ in sym_check_print_recursive()
1083 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1084 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1086 fprintf(stderr, "%s:%d:\tsymbol %s is part of choice %s\n", in sym_check_print_recursive()
1088 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1089 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1093 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1094 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1098 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1099 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1103 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1104 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1108 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1110 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1114 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1116 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1212 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument
1219 dep_stack_insert(&stack, choice); in sym_check_choice_deps()
1221 prop = sym_get_choice_prop(choice); in sym_check_choice_deps()
1225 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps()
1226 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps()
1227 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps()
1241 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps()
1242 sym2 = choice; in sym_check_choice_deps()
1264 /* for choice groups start the check with main choice symbol */ in sym_check_deps()
1300 return "choice"; in prop_get_type_name()