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

/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c93 #define FIELD_COUNT 14 macro
231 int value_index[FIELD_COUNT];
274 static FieldValueList *fieldValues[FIELD_COUNT];
291 static Boolean patternFieldSpecified[FIELD_COUNT]; /* = 0 */
395 Widget /*dash,*/ field /*[FIELD_COUNT]*/;
398 for (f = 0; f < FIELD_COUNT; f++) {
433 for (f = 0; f < FIELD_COUNT; f++) currentFont.value_index[f] = -1;
551 for (int field = 0; field < FIELD_COUNT; field++) {
636 for (f = 0, p = *fontNames++; f < FIELD_COUNT; f++) {
959 for (i = 0; i < FIELD_COUNT;
[all...]

Completed in 3 milliseconds