Lines Matching refs:IsDigit
242 #define IsDigit(X) isdigit((unsigned char)X) macro
1685 if( !IsDigit(*z) ){ in isNumber()
1690 while( IsDigit(*z) ){ z++; } in isNumber()
1693 if( !IsDigit(*z) ) return 0; in isNumber()
1694 while( IsDigit(*z) ){ z++; } in isNumber()
1700 if( !IsDigit(*z) ) return 0; in isNumber()
1701 while( IsDigit(*z) ){ z++; } in isNumber()
1891 while( IsDigit(zArg[0]) ){ in integerValue()
24525 if( (z[0]=='-' || z[0]=='+') && IsDigit(z[1]) ) z++; in testcase_glob()
24526 if( !IsDigit(z[0]) ) return 0; in testcase_glob()
24528 while( IsDigit(z[0]) ){ z++; } in testcase_glob()
26346 }else if( nArg==2 && IsDigit(azArg[1][0]) && azArg[1][1]==0 ){ in do_meta_command()
26355 && IsDigit(azArg[2][0]) && azArg[2][1]==0 ){ in do_meta_command()