Searched defs:ispunct (Results 1 – 4 of 4) sorted by relevance
29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro