Searched defs:isalpha (Results 1 – 14 of 14) sorted by relevance
60 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
55 isalpha(int c) in isalpha() function
98 isalpha(char c) in isalpha() function
53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) macro
79 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
182 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
89 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
86 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
84 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
89 # define isalpha(x) iswalpha(x) macro
721 isalpha(int c) isalpha() function
76 #define isalpha(x) (isupper(x) || islower(x)) macro
230 static __inline int isalpha(int c) in isalpha() function
138 #define isalpha(x) (isupper(x) || islower(x)) macro