Searched refs:ISPRINT (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dmbswidth.c78 /* Get ISPRINT. */
85 #undef ISPRINT macro
86 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
213 if (ISPRINT (c))
/external/clearsilver/util/regex/
H A Dregex.c173 ctype uses should be through macros like ISPRINT... If
196 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c))
2113 || (is_print && ISPRINT (ch)))
195 #define ISPRINT macro

Completed in 69 milliseconds