Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h71 _sch_isvsp = 0x0400, /* \n \r */ enumerator
79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
105 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp)
/toolchain/binutils/binutils-2.25/libiberty/
Dsafe-ctype.c137 #define vs _sch_isvsp