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

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c131 Category *categories; variable
185 if (categories == NULL) {
186 categories = newCategory;
192 current = previous = categories;
209 if (current == categories) {
210 categories = newCategory;
224 Category *category = categories;
1012 /* Skip over list of categories */
1716 for (category = categories; category != NULL; category = category->next) {
1823 category = categories;
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c2747 static String categories[][6] = { variable
2780 for (i = 0; categories[i][0] != NULL; i++) {
2781 for (j = 0; categories[i][j] != NULL; j++) {
2782 categories[i][j] = Canonical(categories[i][j]);
2788 canonicalBold = categories[BOLDINDEX];
2789 canonicalLight = categories[LIGHTINDEX];
2790 canonicalBook = categories[BOOKINDEX];
2809 categories[BOLDINDEX] = categories[LIGHTINDE
[all...]

Completed in 23 milliseconds