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

/freebsd-10.0-release/contrib/nvi/common/
H A Dmultibyte.h49 #define ISGRAPH iswgraph macro
83 #define ISGRAPH isgraph macro
/freebsd-10.0-release/contrib/binutils/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-10.0-release/contrib/gdb/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-10.0-release/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
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c223 # define ISGRAPH macro
225 # define ISGRAPH macro
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dregex.c223 # define ISGRAPH macro
225 # define ISGRAPH macro

Completed in 121 milliseconds