Searched refs:ISGRAPH (Results 1 - 14 of 14) sorted by relevance

/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/gcc/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) 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 Dfixincl.c706 if (! ISGRAPH( ch ))
H A Dgnu-regex.c233 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
235 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
2299 || (is_graph && ISGRAPH (ch))
232 # define ISGRAPH macro
234 # define ISGRAPH macro
/haiku-buildtools/gcc/fixincludes/
H A Dfixincl.c676 if (! ISGRAPH( ch ))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c2749 if (ISGRAPH (c))
4867 else if (!ISGRAPH ((unsigned char)token_buffer[0]))
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
226 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
3298 || (is_graph && ISGRAPH (ch))
223 # define ISGRAPH macro
225 # define ISGRAPH macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c226 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
228 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
3300 || (is_graph && ISGRAPH (ch))
225 # define ISGRAPH macro
227 # define ISGRAPH macro
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c3807 if (strncmp (ptr, "fsft", 4) == 0 && !ISGRAPH (ptr[4]))
3811 if (strncmp (ptr, "ret", 3) == 0 && !ISGRAPH (ptr[3]))
3815 if (strncmp (ptr, "stc", 3) == 0 && !ISGRAPH (ptr[3]))
/haiku-buildtools/binutils/libiberty/
H A Dregex.c226 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
228 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
3301 || (is_graph && ISGRAPH (ch))
225 # define ISGRAPH macro
227 # define ISGRAPH macro
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-format.c2046 if (ISGRAPH (format_char))
H A Dc-common.c9911 if (val <= UCHAR_MAX && ISGRAPH (val))

Completed in 402 milliseconds