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

/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h64 _sch_iscntrl = 0x0002, /* nonprinting characters */ enumerator in enum:__anon596
96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h64 _sch_iscntrl = 0x0002, /* nonprinting characters */ enumerator in enum:__anon378
96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h64 _sch_iscntrl = 0x0002, /* nonprinting characters */ enumerator in enum:__anon5027
96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h64 _sch_iscntrl = 0x0002, /* nonprinting characters */ enumerator in enum:__anon5734
96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
/openbsd-current/gnu/lib/libiberty/src/
H A Dsafe-ctype.c128 #define cn _sch_iscntrl

Completed in 218 milliseconds