Searched refs:_ISPRINT (Results 1 – 2 of 2) sorted by relevance
68 #define _ISPRINT _CTYPE_R macro111 ctn->ctype |= (_ISUPPER | _ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()114 ctn->ctype |= (_ISLOWER | _ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()117 ctn->ctype |= (_ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()120 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT | _E4); in add_ctype_impl()129 ctn->ctype |= (_ISSPACE | _ISPRINT); in add_ctype_impl()135 ctn->ctype |= (_ISGRAPH | _ISPRINT); in add_ctype_impl()138 ctn->ctype |= _ISPRINT; in add_ctype_impl()141 ctn->ctype |= (_ISPUNCT | _ISGRAPH | _ISPRINT); in add_ctype_impl()144 ctn->ctype |= (_ISXDIGIT | _ISPRINT); in add_ctype_impl()[all …]
379 static const mask print = _ISPRINT;