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

/freebsd-9.3-release/contrib/binutils/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-9.3-release/contrib/gdb/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/freebsd-9.3-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-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h431 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c)) macro
433 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c)) macro
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c220 #define ISGRAPH macro
222 #define ISGRAPH macro
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c223 # define ISGRAPH macro
225 # define ISGRAPH macro
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c223 # define ISGRAPH macro
225 # define ISGRAPH macro

Completed in 245 milliseconds