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

/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c288 static Boolean *fontInSet; variable in typeref:typename:Boolean *
544 fontInSet = (Boolean*)XtMalloc( numFonts*sizeof(Boolean) );
548 for (f = numFonts, b = fontInSet; f; f--, b++)
1200 for (f = numFonts, b = fontInSet; f; f--, b++) *b = True;
1219 MarkInvalidFonts(fontInSet, val);
1240 for (f = numFonts, b = fontInSet; f; f--, b++) {
1329 if (fontInSet[*fp]) {
1390 if (fontInSet[*font] &&
1448 Boolean *sp = fontInSet;

Completed in 4 milliseconds