Lines Matching refs:IsDigit
214 #define IsDigit(X) isdigit((unsigned char)X) macro
611 if( !IsDigit(*z) ){ in isNumber()
616 while( IsDigit(*z) ){ z++; } in isNumber()
619 if( !IsDigit(*z) ) return 0; in isNumber()
620 while( IsDigit(*z) ){ z++; } in isNumber()
626 if( !IsDigit(*z) ) return 0; in isNumber()
627 while( IsDigit(*z) ){ z++; } in isNumber()
821 while( IsDigit(zArg[0]) ){ in integerValue()
16751 if( (z[0]=='-' || z[0]=='+') && IsDigit(z[1]) ) z++; in testcase_glob()
16752 if( !IsDigit(z[0]) ) return 0; in testcase_glob()
16754 while( IsDigit(z[0]) ){ z++; } in testcase_glob()
18864 }else if( nArg==2 && IsDigit(azArg[1][0]) && azArg[1][1]==0 ){ in do_meta_command()
18873 && IsDigit(azArg[2][0]) && azArg[2][1]==0 ){ in do_meta_command()
19983 }else if( IsDigit(z[0]) ){ in do_meta_command()