Searched refs:ISALNUM (Results 1 – 5 of 5) sorted by relevance
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
128 while (*pp < end && ISALNUM(**pp)) in parse_feature_tag()
548 static inline bool ISALNUM (unsigned char c) in ISALNUM() function
587 static inline bool ISALNUM (unsigned char c) in ISALNUM() function