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

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontdir.c293 char *firstWild; local in function:SetupWildMatch
304 firstWild = 0;
309 if (!firstWild)
310 firstWild = t - 1;
319 if (firstWild)
327 } else if (firstWild) {
328 if (firstDigit && firstDigit < firstWild)
331 first = firstWild - name;
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontdir.c293 char *firstWild; local in function:SetupWildMatch
304 firstWild = 0;
309 if (!firstWild)
310 firstWild = t - 1;
319 if (firstWild)
327 } else if (firstWild) {
328 if (firstDigit && firstDigit < firstWild)
331 first = firstWild - name;

Completed in 3 milliseconds