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

/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c1406 Boolean *font_in_set = (Boolean*)XtMalloc(numFonts*sizeof(Boolean)); local in function:EnableOtherValues
1411 for (f = numFonts, b = font_in_set; f; f--, b++) *b = True;
1415 MarkInvalidFonts( font_in_set, &fieldValues[f]->value[i] );
1444 for (f = numFonts, b = font_in_set; f; f--, b++) {
1450 for (b = font_in_set, f = 0; f < numFonts; f++, b++, sp++) {
1460 XtFree((char *)font_in_set);

Completed in 6 milliseconds