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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h76 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon1426
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h76 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon1667
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h76 _sch_isnvsp = 0x0800, /* space \t \f \v \0 */ enumerator in enum:__anon597
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
110 #define IS_NVSPACE(c) _sch_test(c, _sch_isnvsp)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsafe-ctype.c132 #define nv _sch_isnvsp

Completed in 244 milliseconds