Searched refs:Isalnum (Results 1 – 2 of 2) sorted by relevance
83 #define Isalnum(x) iswalnum(x) macro138 #define Isalnum(x) isalnum((unsigned char)x) macro
204 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL; in ce__isword()214 if (Isalnum(p) || p == '_') in cv__isword()