Home
last modified time | relevance | path

Searched defs:ISGRAPH (Results 1 – 12 of 12) sorted by relevance

/dflybsd-src/contrib/nvi2/common/
H A Dmultibyte.h47 #define ISGRAPH iswgraph macro
81 #define ISGRAPH isgraph macro
/dflybsd-src/contrib/binutils-2.27/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/dflybsd-src/contrib/gcc-4.7/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/dflybsd-src/contrib/gcc-8.0/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/dflybsd-src/contrib/binutils-2.34/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/dflybsd-src/contrib/gdb-7/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/dflybsd-src/lib/libc/gen/
H A Dvis.c125 #define ISGRAPH(flags, c) \ macro
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dregex.c225 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dregex.c224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
226 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dregex.c224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
226 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dregex.c225 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dregex.c225 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro