Searched refs:ISDIGIT (Results 1 – 9 of 9) sorted by relevance
6 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro666 if( !ISDIGIT(zArgs[1]) ){ in decode_btree_page()670 while( ISDIGIT(zArgs[1]) ){ in decode_btree_page()1182 if( !ISDIGIT(azArg[i][0]) ){ in main()
10 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro557 if( !ISDIGIT(argv[i][0]) ){ in main()
11 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro
70 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro759 while( ISDIGIT(zArg[0]) ){ in integerValue()
17 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro105 if( ISDIGIT(c) || (c=='-' && ISDIGIT(zFormat[i+1])) ){ in lemon_vsprintf()107 while( ISDIGIT(zFormat[i]) ) iWidth = iWidth*10 + zFormat[i++] - '0'; in lemon_vsprintf()
51 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro194 if( (z[0]=='-' || z[0]=='+') && ISDIGIT(z[1]) ) z++; in strglob()195 if( !ISDIGIT(z[0]) ) return 0; in strglob()197 while( ISDIGIT(z[0]) ){ z++; } in strglob()
30 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro530 while( ISDIGIT(zArg[0]) ){ in integerValue()
90 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro1704 while( ISDIGIT(zArg[0]) ){ in integerValue()
66 #define ISDIGIT(X) isdigit((unsigned char)(X)) macro