Home
last modified time | relevance | path

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

/trueos/contrib/nvi/common/
HDmultibyte.h49 #define ISGRAPH iswgraph macro
83 #define ISGRAPH isgraph macro
/trueos/contrib/gcclibs/include/
HDsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/trueos/contrib/binutils/include/
HDsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/trueos/contrib/gdb/include/
HDsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/trueos/gnu/usr.bin/grep/
HDsystem.h187 #define ISGRAPH(C) (IN_CTYPE_DOMAIN (C) && isgraph (C)) macro
HDdfa.c78 #define ISGRAPH(C) isgraph(C) macro
90 #define ISGRAPH(C) (isascii(C) && isgraph(C)) macro
/trueos/contrib/binutils/libiberty/
HDregex.c223 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
225 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/trueos/contrib/gcclibs/libiberty/
HDregex.c223 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
225 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro