Searched defs:ISCNTRL (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h110 #define ISCNTRL(c) (IN_CTYPE_DOMAIN (c) && iscntrl (c)) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c242 #define ISCNTRL macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c235 # define ISCNTRL macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c235 # define ISCNTRL macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c233 # define ISCNTRL macro

Completed in 284 milliseconds