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

/freebsd-12-stable/contrib/gdb/include/
H A Dsafe-ctype.h75 _sch_isvsp = 0x0400, /* \n \r */ enumerator in enum:__anon1840
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp)
/freebsd-12-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h75 _sch_isvsp = 0x0400, /* \n \r */ enumerator in enum:__anon1599
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp)
/freebsd-12-stable/contrib/binutils/include/
H A Dsafe-ctype.h75 _sch_isvsp = 0x0400, /* \n \r */ enumerator in enum:__anon818
83 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp)
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dsafe-ctype.c137 #define vs _sch_isvsp
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dsafe-ctype.c137 #define vs _sch_isvsp

Completed in 164 milliseconds