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

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c1331 char *userCategories[] = { variable
1360 while (userCategories[i] != NULL) {
1361 printf(" %d - %s\n", i+1, userCategories[i]);
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);

Completed in 125 milliseconds