Searched defs:ISALPHA (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/test/ | ||
| H A D | wordcount.c | 75 #define ISALPHA(X) isalpha((unsigned char)(X)) macro |
| /sqlite-3.40.0/tool/ | ||
| H A D | lemon.c | 19 #define ISALPHA(X) isalpha((unsigned char)(X)) macro |