Searched defs:ISGRAPH (Results 1 - 1 of 1) sorted by relevance

/external/clearsilver/util/regex/
H A Dregex.c191 #define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c))
193 #define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c))
2111 || (is_graph && ISGRAPH (ch))
190 #define ISGRAPH macro
192 #define ISGRAPH macro

Completed in 44 milliseconds