Searched refs:_ISPUNCT (Results 1 – 2 of 2) sorted by relevance
66 #define _ISPUNCT _CTYPE_P macro141 ctn->ctype |= (_ISPUNCT | _ISGRAPH | _ISPRINT); in add_ctype_impl()368 ctn->ctype |= _ISPUNCT; in dump_ctype()398 (ctn->ctype & (_ISPUNCT|_ISDIGIT))) in dump_ctype()400 if ((ctn->ctype & _ISPUNCT) && in dump_ctype()407 if ((wc == ' ') && (ctn->ctype & (_ISPUNCT|_ISGRAPH))) in dump_ctype()
385 static const mask punct = _ISPUNCT;