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

/macosx-10.9.5/bash-92/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.9.5/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) macro
/macosx-10.9.5/rsync-42/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
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_setup_once.h286 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) macro
/macosx-10.9.5/text_cmds-87/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.9.5/postfix-252/postfix/src/util/
H A Dsys_defs.h1691 #define ISGRAPH(c) (ISASCII(c) && isgraph((unsigned char)(c))) macro
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c271 # define ISGRAPH macro
273 # define ISGRAPH macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c223 # define ISGRAPH macro
225 # define ISGRAPH macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c329 # define ISGRAPH macro
396 # define ISGRAPH macro
398 # define ISGRAPH macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c230 # define ISGRAPH macro
232 # define ISGRAPH macro

Completed in 442 milliseconds