Searched refs:_sch_isnvsp (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h76 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon2982
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h72 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon1941
79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
106 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h72 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon1026
79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
106 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A D20141013.C9 _sch_isnvsp = 0x0800, enumerator in enum:__anon1081
11 _sch_iscppsp = _sch_isvsp | _sch_isnvsp,
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp

Completed in 60 milliseconds