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

/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c276 static int matchingFontCount; variable in typeref:typename:int
560 count = matchingFontCount = numFonts;
591 SetParsingFontCount(matchingFontCount);
1037 matchingFontCount = 0;
1141 if (matchingFontCount == 1)
1143 else if (matchingFontCount)
1144 snprintf( label, sizeof(label), gettext("%d names match"), matchingFontCount);
1239 matchingFontCount = 0;
1241 if (*b) matchingFontCount++;
1308 if (matchingFontCount
[all...]

Completed in 3 milliseconds