Searched defs:ISPUNCT (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dchartypes.h76 #define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c)) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dwildmatch.c51 #define ISPUNCT(c) (ISASCII(c) && ispunct(c)) macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h389 #define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c)) macro
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsys_defs.h1694 #define ISPUNCT(c) (ISASCII(c) && ispunct((unsigned char)(c))) macro
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c283 #define ISPUNCT macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c235 # define ISPUNCT macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c350 # define ISPUNCT macro
408 # define ISPUNCT macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c242 # define ISPUNCT macro

Completed in 174 milliseconds