Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h70 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
103 #define ISIDST(c) _sch_test(c, _sch_isidst)
Dsafe-ctype.c136 #define is _sch_isidst