Searched refs:ISGRAPH (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h59 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c)) macro
61 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c)) macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dwildmatch.c40 # define ISGRAPH(c) (ISASCII(c) && isgraph(c)) macro
42 # define ISGRAPH(c) (ISASCII(c) && isprint(c) && !isspace(c)) macro
196 if (ISGRAPH(t_ch))
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h376 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c)) macro
378 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c)) macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_fnmatch.c381 found = ISGRAPH(*s);
H A Dcurl_setup_once.h286 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dsmatch.c175 result = ISGRAPH (c);
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dsockfilt.c486 sprintf(optr, "%c", (ISGRAPH(ptr[i]) || ptr[i]==0x20) ?ptr[i]:'.');
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.c330 # define ISGRAPH(c) (SINGLE_BYTE_CHAR_P (c) \
397 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
399 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
2079 case RECC_GRAPH: return ISGRAPH (ch);
329 # define ISGRAPH macro
396 # define ISGRAPH macro
398 # define ISGRAPH macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1704 #define ISGRAPH(c) (ISASCII(c) && isgraph((unsigned char)(c))) macro
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c272 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
274 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
2515 || (is_graph && ISGRAPH (ch))
271 # define ISGRAPH macro
273 # define ISGRAPH macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c224 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
226 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
3298 || (is_graph && ISGRAPH (ch))
223 # define ISGRAPH macro
225 # define ISGRAPH macro
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c231 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c))
233 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c))
3369 || (is_graph && ISGRAPH (ch))
230 # define ISGRAPH macro
232 # define ISGRAPH macro

Completed in 304 milliseconds