Searched refs:ISALNUM (Results 1 – 5 of 5) sorted by relevance
72 #define ISALNUM(x) isalnum((u_char)(x)) macro
243 if ((isbuilding == 0) && !ISALNUM(c)) { in yylex()
597 #define ISALNUM(x) isalnum((u_char)(x)) macro
2375 IMPL_CTYPE_FN(ISALNUM) in IMPL_CTYPE_FN() argument