Lines Matching defs:choice

191 		 * not visible if the corresponding choice's value is
239 * Find the default symbol for a choice.
240 * First try the default values for the choice symbol
241 * Next locate the first visible choice value
277 /* first calculate all choice values' visibilities */
288 /* is the user choice visible? */
296 /* no choice? reset tristate value */
509 * setting a choice value also resets the new flag of the choice
510 * symbol and all other choice values.
1067 /* for choice values find the menu entry (used below) */
1082 sym->name ? sym->name : "<choice>",
1083 next_sym->name ? next_sym->name : "<choice>");
1085 fprintf(stderr, "%s:%d:\tsymbol %s is part of choice %s\n",
1087 sym->name ? sym->name : "<choice>",
1088 next_sym->name ? next_sym->name : "<choice>");
1092 sym->name ? sym->name : "<choice>",
1093 next_sym->name ? next_sym->name : "<choice>");
1097 sym->name ? sym->name : "<choice>",
1098 next_sym->name ? next_sym->name : "<choice>");
1102 sym->name ? sym->name : "<choice>",
1103 next_sym->name ? next_sym->name : "<choice>");
1107 sym->name ? sym->name : "<choice>",
1109 next_sym->name ? next_sym->name : "<choice>");
1113 sym->name ? sym->name : "<choice>",
1115 next_sym->name ? next_sym->name : "<choice>");
1211 static struct symbol *sym_check_choice_deps(struct symbol *choice)
1218 dep_stack_insert(&stack, choice);
1220 prop = sym_get_choice_prop(choice);
1224 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED);
1225 sym2 = sym_check_sym_deps(choice);
1226 choice->flags &= ~SYMBOL_CHECK;
1240 prop_get_symbol(sym_get_choice_prop(sym2)) == choice)
1241 sym2 = choice;
1263 /* for choice groups start the check with main choice symbol */
1299 return "choice";