Searched refs:_ISCNTRL (Results 1 – 4 of 4) sorted by relevance
58 #define _CTYPE_C _ISCNTRL /* Control */
88 DEFN_ISTYPE(cntrl, _ISCNTRL)
67 #define _ISCNTRL _C macro
92 ctn->ctype |= _ISCNTRL; in add_ctype_impl()353 if ((ctn->ctype & _ISCNTRL) & _ISPRINT) in dump_ctype()