Home | History | Annotate | Download | only in dist

Lines Matching refs:IsDigit

102 #define IsDigit(X)  isdigit((unsigned char)X)
324 if( !IsDigit(*z) ){
329 while( IsDigit(*z) ){ z++; }
332 if( !IsDigit(*z) ) return 0;
333 while( IsDigit(*z) ){ z++; }
339 if( !IsDigit(*z) ) return 0;
340 while( IsDigit(*z) ){ z++; }
1848 while( IsDigit(zArg[0]) ){