Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dctype.h29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
/external/python/cpython2/Lib/curses/
Dascii.py63 def ispunct(c): return isgraph(c) and not isalnum(c) function
/external/python/cpython3/Lib/curses/
Dascii.py63 def ispunct(c): return isgraph(c) and not isalnum(c) function