Searched defs:ispunct (Results 1 – 6 of 6) 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
95 #define ispunct(c) __sbistype((c), _CTYPE_P) macro