/netbsd-src/external/gpl2/gmake/dist/glob/ |
H A D | fnmatch.c | 73 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | multibyte.h | 53 #define ISGRAPH iswgraph macro 86 #define ISGRAPH isgraph macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | fnmatch.c | 104 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 106 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | safe-ctype.h | 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | safe-ctype.h | 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | safe-ctype.h | 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | safe-ctype.h | 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | system.h | 189 #define ISGRAPH(C) (IN_CTYPE_DOMAIN (C) && isgraph (C)) macro
|
H A D | dfa.c | 78 #define ISGRAPH(C) isgraph(C) macro 90 #define ISGRAPH(C) (isascii(C) && isgraph(C)) macro
|
/netbsd-src/lib/libc/gen/ |
H A D | vis.c | 124 #define ISGRAPH(flags, c) \ macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | dfa.c | 63 #define ISGRAPH(C) isgraph(C) macro 75 #define ISGRAPH(C) (isascii(C) && isgraph(C)) macro
|
H A D | regex.c | 197 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c)) macro 199 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | regex.c | 228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | regex.c | 228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | regex.c | 228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | regex.c | 224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 226 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | regex.c | 232 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c)) macro 234 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | regex.c | 244 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 246 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sys_defs.h | 1768 #define ISGRAPH(c) (ISASCII(c) && isgraph((unsigned char)(c))) macro
|