Lines Matching defs:choice
408 struct menu *choice;
475 * If this is a choice member, give it the highest priority.
479 choice = sym_get_choice_menu(sym);
480 if (choice)
481 list_move(&sym->choice_link, &choice->choice_members);
771 struct menu *choice;
789 /* Skip choice values that are equal to the default */
790 choice = sym_get_choice_menu(sym);
791 if (choice) {
794 ds = sym_choice_default(choice);