Searched refs:_ISBLANK (Results 1 – 5 of 5) sorted by relevance
35 #define iswblank(c) iswctype((c), _ISBLANK)
66 #define _CTYPE_B _ISBLANK /* Blank */
80 DEFN_ISTYPE(blank, _ISBLANK)
107 ctn->ctype |= (_ISBLANK | _ISSPACE); in add_ctype_impl()308 ctn->ctype |= _ISBLANK; in dump_ctype()333 if (ctn->ctype & _ISBLANK) in dump_ctype()
68 #define _ISBLANK _B macro