Lines Matching defs:choice
1015 int n = 0, choice = -1;
1019 choice = n;
1022 if (choice == -1) {
1026 return (choice);
1033 int choice = -1;
1036 choice = options_get_number(oo, name);
1037 if (choice < 2)
1038 choice = !choice;
1040 choice = options_find_choice(oe, value, cause);
1041 if (choice < 0)
1044 options_set_number(oo, name, choice);