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

/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h76 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon596
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h76 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon378
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h76 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon5027
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h76 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon5734
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/openbsd-current/gnu/lib/libiberty/src/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp

Completed in 182 milliseconds