Lines Matching defs:IsDigit
95 #define IsDigit(X) isdigit((unsigned char)X)289 if( !IsDigit(*z) ){294 while( IsDigit(*z) ){ z++; }297 if( !IsDigit(*z) ) return 0;298 while( IsDigit(*z) ){ z++; }304 if( !IsDigit(*z) ) return 0;305 while( IsDigit(*z) ){ z++; }