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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c1510 int *selectList, selectCount; local
1548 &selectList, &selectCount)) return;
1550 *selectList < 1 || *selectList > fsb->fsb.family_count) return;
1552 for (i = 1; i < *selectList; i++) ff = ff->next;
1554 XtFree((XtPointer) selectList);
1557 &selectList, &selectCount)) return;
1559 *selectList < 1 ||
1560 *selectList > ff->font_count + ff->blend_count) return;
1566 if (n >= *selectList) {
[all...]
H A DFontCreato.c1449 int *selectList, selectCount; local
1453 &selectList, &selectCount)) return;
1454 if (selectCount == 0 || *selectList < 1) return;
1455 cur = *selectList;
1456 XtFree((XtPointer) selectList);

Completed in 1090 milliseconds