| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | multibyte.h | 53 #define ISGRAPH iswgraph macro 86 #define ISGRAPH isgraph macro
|
| /netbsd/src/lib/libc/gen/ |
| D | vis.c | 124 #define ISGRAPH(flags, c) \ macro 261 if (ISGRAPH(flags, c) && !iswoctal(c)) { in do_mbyte() 313 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) || in do_svis()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | fnmatch.c | 104 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 106 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
|
| D | fnmatch_loop.c | 299 || (STREQ (str, L("graph")) && ISGRAPH ((UCHAR) *n)) in FCT()
|
| /netbsd/src/external/bsd/nvi/dist/regex/ |
| D | regex2.h | 173 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | safe-ctype.h | 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | safe-ctype.h | 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | safe-ctype.h | 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
|
| /netbsd/src/external/bsd/nvi/dist/vi/ |
| D | vi.h | 14 #define inword(ch) ((ch) == '_' || (ISGRAPH((UCHAR_T)ch) && !ISPUNCT((UCHAR_T)ch)))
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/ |
| D | fixincl.c | 704 if (! ISGRAPH( ch )) in quoted_file_exists()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | sys_defs.h | 1779 #define ISGRAPH(c) (ISASCII(c) && isgraph((unsigned char)(c))) macro
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro 3291 || (is_graph && ISGRAPH (ch)) in PREFIX()
|
| D | functions.texi | 611 @deffnx Extension ISGRAPH (@var{c})
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro 3291 || (is_graph && ISGRAPH (ch)) in PREFIX()
|
| D | functions.texi | 611 @deffnx Extension ISGRAPH (@var{c})
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro 230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro 3291 || (is_graph && ISGRAPH (ch)) in PREFIX()
|
| D | functions.texi | 611 @deffnx Extension ISGRAPH (@var{c})
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | charset.cc | 1577 if (ISGRAPH (c)) in convert_escape()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-1998 | 400 (readescape): Use ISGRAPH. 401 (yyerror): Use ISGRAPH.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-1999 | 3926 warning. Use ISGRAPH to identify printable chars. 8458 * c-common.c: Use ISGRAPH, ISLOWER, toupper. 11615 (readescape): Use ISXDIGIT and ISGRAPH.
|