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