HomeSort by relevance Sort by last modified time
    Searched defs:_sch_isvsp (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 71 _sch_isvsp = 0x0400, /* \n \r */ enumerator in enum:__anon15190
79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp)