Searched defs:ispunct (Results 1 – 5 of 5) sorted by relevance
68 ispunct(int c) in ispunct() function
127 int ispunct(c) in ispunct() function
60 #define ispunct(c) ((__ctype + 1)[c] & _P) macro
47 #define ispunct(c) ((_ctype_+1)[c]&_P) macro
74 #define ispunct(c) ((_ctype_ + 1)[c] & _P) macro