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

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h63 _sch_isblank = 0x0001, /* space \t */ enumerator in enum:__anon2982
95 #define ISBLANK(c) _sch_test(c, _sch_isblank)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h59 _sch_isblank = 0x0001, /* space \t */ enumerator in enum:__anon1941
91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h59 _sch_isblank = 0x0001, /* space \t */ enumerator in enum:__anon1026
91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c127 #define bl _sch_isblank
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c127 #define bl _sch_isblank
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c127 #define bl _sch_isblank

Completed in 53 milliseconds