Home
last modified time | relevance | path

Searched defs:ispunct (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/include/
Dctype.h85 __ctype_inline int ispunct(int __c) in ispunct() function
/external/python/cpython2/Lib/curses/
Dascii.py63 def ispunct(c): return isgraph(c) and not isalnum(c) function
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h141 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro