Searched defs:Isalpha (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Dchartype.h82 #define Isalpha(x) iswalpha(x) macro
137 #define Isalpha(x) isalpha((unsigned char)x) macro

Completed in 93 milliseconds