Lines Matching defs:choice
1348 int i, numCats, choice, size;
1369 if (scanf("%d", &choice) != 1) {
1378 if (choice < 0 || (file != NULL && choice > numCats+2) ||
1379 (file == NULL && choice > numCats+1)) {
1380 printf("Invalid choice\n\n");
1383 if (choice == numCats+2) {
1391 if (choice == 0) {
1395 if (choice == numCats+1) {
1415 if (strcmp(userCategories[choice-1], "FontBDF") == 0) {
1442 if (strcmp(userCategories[choice-1], "FontOutline") == 0) {
1474 printf("Please enter %s name: ", userCategories[choice-1]);
1482 AddResource(userCategories[choice-1], name, filename, true);