Searched defs:ispunct (Results 1 – 3 of 3) sorted by relevance
85 __ctype_inline int ispunct(int __c) in ispunct() function
63 def ispunct(c): return isgraph(c) and not isalnum(c) function
141 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro