Home | History | Annotate | Download | only in orig

Lines Matching refs:IsDigit

97 #define IsDigit(X)  isdigit((unsigned char)X)
319 if( !IsDigit(*z) ){
324 while( IsDigit(*z) ){ z++; }
327 if( !IsDigit(*z) ) return 0;
328 while( IsDigit(*z) ){ z++; }
334 if( !IsDigit(*z) ) return 0;
335 while( IsDigit(*z) ){ z++; }
1828 while( IsDigit(zArg[0]) ){