Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/openbsd-src/gnu/lib/libiberty/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c220 #define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
222 #define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c223 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
225 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro