Searched refs:isinterm (Results 1 – 1 of 1) sorted by relevance
165 static __inline int isinterm(__uint8_t x) { return (0x20 <= x && x <= 0x2f); } in isinterm() function539 if (!isinterm(*s)) in seqmatch()