Searched refs:numCats (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c1348 int i, numCats, choice, size; local
1364 numCats = i;
1365 printf(" %d - Other\n", numCats+1);
1366 if (file != NULL) printf(" %d - Show some of file\n", numCats+2);
1378 if (choice < 0 || (file != NULL && choice > numCats+2) ||
1379 (file == NULL && choice > numCats+1)) {
1383 if (choice == numCats+2) {
1395 if (choice == numCats+1) {

Completed in 14 milliseconds