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

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h64 _sch_iscntrl = 0x0002, /* nonprinting characters */ enumerator in enum:__anon2982
96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h60 _sch_iscntrl = 0x0002, /* nonprinting characters */ enumerator in enum:__anon1941
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h60 _sch_iscntrl = 0x0002, /* nonprinting characters */ enumerator in enum:__anon1026
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c128 #define cn _sch_iscntrl
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c128 #define cn _sch_iscntrl
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c128 #define cn _sch_iscntrl

Completed in 55 milliseconds