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/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro

Completed in 132 milliseconds