Home
last modified time | relevance | path

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

/external/bison/lib/
Dmbswidth.c85 #undef ISPRINT
86 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
213 if (ISPRINT (c)) in mbsnwidth()
/external/clearsilver/util/regex/
Dregex.c195 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
2100 || (is_print && ISPRINT (ch)))