Lines Matching defs:choice

190 		 * not visible if the corresponding choice's value is
238 * Find the default symbol for a choice.
239 * First try the default values for the choice symbol
240 * Next locate the first visible choice value
276 /* first calculate all choice values' visibilities */
287 /* is the user choice visible? */
295 /* no choice? reset tristate value */
508 * setting a choice value also resets the new flag of the choice
509 * symbol and all other choice values.
1023 /* for choice values find the menu entry (used below) */
1038 sym->name ? sym->name : "<choice>",
1039 next_sym->name ? next_sym->name : "<choice>");
1041 fprintf(stderr, "%s:%d:\tsymbol %s is part of choice %s\n",
1043 sym->name ? sym->name : "<choice>",
1044 next_sym->name ? next_sym->name : "<choice>");
1048 sym->name ? sym->name : "<choice>",
1049 next_sym->name ? next_sym->name : "<choice>");
1053 sym->name ? sym->name : "<choice>",
1054 next_sym->name ? next_sym->name : "<choice>");
1058 sym->name ? sym->name : "<choice>",
1059 next_sym->name ? next_sym->name : "<choice>");
1063 sym->name ? sym->name : "<choice>",
1065 next_sym->name ? next_sym->name : "<choice>");
1069 sym->name ? sym->name : "<choice>",
1071 next_sym->name ? next_sym->name : "<choice>");
1167 static struct symbol *sym_check_choice_deps(struct symbol *choice)
1174 dep_stack_insert(&stack, choice);
1176 prop = sym_get_choice_prop(choice);
1180 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED);
1181 sym2 = sym_check_sym_deps(choice);
1182 choice->flags &= ~SYMBOL_CHECK;
1196 prop_get_symbol(sym_get_choice_prop(sym2)) == choice)
1197 sym2 = choice;
1219 /* for choice groups start the check with main choice symbol */
1255 return "choice";