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

/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h49 #define ISGRAPH iswgraph macro
83 #define ISGRAPH isgraph macro
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex2.h174 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
/freebsd-10-stable/contrib/binutils/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-10-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-10-stable/contrib/gdb/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.c122 #define ISGRAPH(flags, c) \ macro
259 if (ISGRAPH(flags, c) && !iswoctal(c)) {
311 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) ||
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dsystem.h187 #define ISGRAPH(C) (IN_CTYPE_DOMAIN (C) && isgraph (C)) macro
H A Ddfa.c78 #define ISGRAPH(C) isgraph(C) macro
90 #define ISGRAPH(C) (isascii(C) && isgraph(C)) macro
668 FUNC(is_graph, ISGRAPH)
/freebsd-10-stable/contrib/nvi/vi/
H A Dvi.h13 #define inword(ch) ((ch) == '_' || (ISGRAPH(ch) && !ISPUNCT(ch)))
/freebsd-10-stable/contrib/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
/freebsd-10-stable/contrib/gcclibs/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
/freebsd-10-stable/contrib/gcc/
H A Dc-format.c1880 if (ISGRAPH (format_char))
H A Dc-common.c6282 if (val <= UCHAR_MAX && ISGRAPH (val))

Completed in 290 milliseconds