Searched refs:_sch_isspace (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h69 _sch_isspace = 0x0040, /* space \t \n \r \f \v */ enumerator in enum:__anon2982
102 #define ISSPACE(c) _sch_test(c, _sch_isspace)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h65 _sch_isspace = 0x0040, /* space \t \n \r \f \v */ enumerator in enum:__anon1941
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h65 _sch_isspace = 0x0040, /* space \t \n \r \f \v */ enumerator in enum:__anon1026
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c135 #define sp _sch_isspace
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c135 #define sp _sch_isspace
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c135 #define sp _sch_isspace

Completed in 92 milliseconds