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

/netbsd-current/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c73 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/netbsd-current/external/bsd/nvi/dist/common/
H A Dmultibyte.h53 #define ISGRAPH iswgraph macro
86 #define ISGRAPH isgraph macro
/netbsd-current/external/gpl2/grep/dist/src/
H A Dsystem.h189 #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
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c104 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
106 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/netbsd-current/lib/libc/gen/
H A Dvis.c124 #define ISGRAPH(flags, c) \ macro
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1768 #define ISGRAPH(c) (ISASCII(c) && isgraph((unsigned char)(c))) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c63 #define ISGRAPH(C) isgraph(C) macro
75 #define ISGRAPH(C) (isascii(C) && isgraph(C)) macro
H A Dregex.c197 # define ISGRAPH macro
199 # define ISGRAPH macro
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c244 # define ISGRAPH macro
246 # define ISGRAPH macro
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c224 # define ISGRAPH macro
226 # define ISGRAPH macro
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c228 # define ISGRAPH macro
230 # define ISGRAPH macro
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c224 # define ISGRAPH macro
226 # define ISGRAPH macro
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c224 # define ISGRAPH macro
226 # define ISGRAPH macro
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c228 # define ISGRAPH macro
230 # define ISGRAPH macro
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c228 # define ISGRAPH macro
230 # define ISGRAPH macro
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c232 # define ISGRAPH macro
234 # define ISGRAPH macro

Completed in 381 milliseconds