Home
last modified time | relevance | path

Searched refs:_ISCNTRL (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libc/port/locale/
H A D_ctype.h58 #define _CTYPE_C _ISCNTRL /* Control */
H A Disdigit.c88 DEFN_ISTYPE(cntrl, _ISCNTRL)
/titanic_44/usr/src/head/iso/
H A Dctype_iso.h67 #define _ISCNTRL _C macro
/titanic_44/usr/src/cmd/localedef/
H A Dctype.c92 ctn->ctype |= _ISCNTRL; in add_ctype_impl()
353 if ((ctn->ctype & _ISCNTRL) & _ISPRINT) in dump_ctype()