Searched defs:ispunct (Results 1 – 2 of 2) sorted by relevance
38 #define ispunct(C) \ macro
63 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro