Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h64 _sch_ispunct = 0x0020, /* all punctuation */ enumerator
78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
Dsafe-ctype.c138 #define pn _sch_ispunct