Lines Matching refs:choice
1064 int n = 0, choice = -1;
1068 choice = n;
1071 if (choice == -1) {
1075 return (choice);
1082 int choice = -1;
1085 choice = options_get_number(oo, name);
1086 if (choice < 2)
1087 choice = !choice;
1089 choice = options_find_choice(oe, value, cause);
1090 if (choice < 0)
1093 options_set_number(oo, name, choice);