Searched refs:ispunct (Results 1 – 2 of 2) sorted by relevance
15 int _EXFUN(ispunct, (int __c));49 #define ispunct(c) ((__ctype_ptr)[(unsigned)(c)]&_P) macro
109 __exctype (ispunct);180 # define ispunct(c) __isctype((c), _ISpunct) macro