Searched refs:_ISSPACE (Results 1 – 3 of 3) sorted by relevance
63 #define _ISSPACE _CTYPE_S macro129 ctn->ctype |= (_ISSPACE | _ISPRINT); in add_ctype_impl()147 ctn->ctype |= (_ISBLANK | _ISSPACE); in add_ctype_impl()350 ctn->ctype |= _ISSPACE; in dump_ctype()380 ctn->ctype |= _ISSPACE; in dump_ctype()390 if ((ctn->ctype & (_ISSPACE|_ISCNTRL)) == (_ISSPACE|_ISCNTRL)) in dump_ctype()403 if ((ctn->ctype & _ISSPACE) && (ctn->ctype & _ISGRAPH)) in dump_ctype()
199 # define isspace(__a) (_IS(__a,_ISSPACE))
378 static const mask space = _ISSPACE;