HomeSort by: relevance | last modified time | path
    Searched refs:Xisdigit (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXfont/dist/src/fontfile/
fontdir.c 211 #define Xisdigit(c) ('\060' <= (c) && (c) <= '\071')
221 digits = Xisdigit(*s1) && Xisdigit(*s2);
225 while (Xisdigit(*ss1) && Xisdigit(*ss2))
227 if (!Xisdigit(*ss1) && Xisdigit(*ss2))
229 if (Xisdigit(*ss1) && !Xisdigit(*ss2))
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
fontdir.c 211 #define Xisdigit(c) ('\060' <= (c) && (c) <= '\071')
221 digits = Xisdigit(*s1) && Xisdigit(*s2);
225 while (Xisdigit(*ss1) && Xisdigit(*ss2))
227 if (!Xisdigit(*ss1) && Xisdigit(*ss2))
229 if (Xisdigit(*ss1) && !Xisdigit(*ss2))
  /xsrc/external/mit/xfontsel/dist/
xfontsel.c 871 #define Xisdigit(c) ('\060' <= (c) && (c) <= '\071')
881 digits = Xisdigit(*s1) && Xisdigit(*s2);
885 while (Xisdigit(*ss1) && Xisdigit(*ss2))
887 if (!Xisdigit(*ss1) && Xisdigit(*ss2))
889 if (Xisdigit(*ss1) && !Xisdigit(*ss2))

Completed in 5 milliseconds