Searched refs:_ISPUNCT (Results 1 – 6 of 6) sorted by relevance
66 #define _ISPUNCT _CTYPE_P macro135 ctn->ctype |= (_ISPUNCT | _ISGRAPH | _ISPRINT); in add_ctype_impl()356 ctn->ctype |= _ISPUNCT; in dump_ctype()380 (ctn->ctype & (_ISPUNCT|_ISDIGIT))) in dump_ctype()382 if ((ctn->ctype & _ISPUNCT) & in dump_ctype()389 if ((wc == ' ') && (ctn->ctype & (_ISPUNCT|_ISGRAPH))) in dump_ctype()
54 static const mask graph = _ISALPHA | _ISDIGIT | _ISPUNCT;56 static const mask punct = _ISPUNCT;
56 static const mask graph = _ISALPHA | _ISDIGIT | _ISPUNCT;58 static const mask punct = _ISPUNCT;
55 static const mask graph = _ISALPHA | _ISDIGIT | _ISPUNCT;57 static const mask punct = _ISPUNCT;
389 static const mask punct = _ISPUNCT;