Searched refs:_ISSPACE (Results 1 – 5 of 5) sorted by relevance
89 ctn->ctype |= _ISSPACE; in add_ctype_impl()107 ctn->ctype |= (_ISBLANK | _ISSPACE); in add_ctype_impl()304 ctn->ctype |= _ISSPACE; in dump_ctype()334 ctn->ctype |= _ISSPACE; in dump_ctype()351 if ((ctn->ctype & _ISSPACE) && (ctn->ctype & _ISGRAPH)) in dump_ctype()
63 #define _CTYPE_S _ISSPACE /* Space */
87 DEFN_ISTYPE(space, _ISSPACE)
65 #define _ISSPACE _S macro
204 # define isspace(__a) (_IS(__a,_ISSPACE))