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

/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c1533 if (val <= UCHAR_MAX && ISGRAPH (val))
1550 else if (ISGRAPH (yychar))
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixincl.c683 if (! ISGRAPH( ch ))
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c719 if (! ISGRAPH( ch ))
H A Dgnu-regex.c2246 || (is_graph && ISGRAPH (ch))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c696 if (ISGRAPH (tok->val.c))
H A Dcppexp.c795 if (ISGRAPH (op.token->val.c))
H A Dc-format.c2003 if (ISGRAPH(format_char))
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c221 #define ISGRAPH(c) (ISASCII (c) && isgraph (c))
223 #define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
2319 || (is_graph && ISGRAPH (ch))
220 #define ISGRAPH macro
222 #define ISGRAPH macro
/openbsd-current/gnu/lib/libiberty/src/
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
/openbsd-current/gnu/gcc/gcc/
H A Dc-format.c1903 if (ISGRAPH (format_char))
H A Dc-common.c5912 if (val <= UCHAR_MAX && ISGRAPH (val))

Completed in 409 milliseconds