Lines Matching defs:choice
1142 int choice, num_formats, has_default, num_arguments;
1150 choice = -1;
1165 choice = object == NIL ? 0 : 1;
1173 choice = 0;
1183 choice = info->args.arguments[0].value;
1194 choice = FIXNUM_VALUE(object);
1202 /* if choice is out of range check if there is a default choice */
1203 if (has_default && (choice < 0 || choice >= num_formats))
1204 choice = num_formats - 1;
1207 if (choice >= 0 && choice < num_formats) {
1214 format = formats[choice];