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

/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h102 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c)) macro
104 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c)) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c232 # define ISGRAPH macro
234 # define ISGRAPH macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c225 # define ISGRAPH macro
227 # define ISGRAPH macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c225 # define ISGRAPH macro
227 # define ISGRAPH macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c223 # define ISGRAPH macro
225 # define ISGRAPH macro

Completed in 500 milliseconds