Lines Matching defs:IsDigit
90 #define IsDigit(X) isdigit((unsigned char)X)284 if( !IsDigit(*z) ){289 while( IsDigit(*z) ){ z++; }292 if( !IsDigit(*z) ) return 0;293 while( IsDigit(*z) ){ z++; }299 if( !IsDigit(*z) ) return 0;300 while( IsDigit(*z) ){ z++; }