Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c83 ctn->ctype |= (_ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()
95 ctn->ctype |= (_ISGRAPH | _ISPRINT); in add_ctype_impl()
98 ctn->ctype |= _ISPRINT; in add_ctype_impl()
104 ctn->ctype |= (_ISXDIGIT | _ISPRINT); in add_ctype_impl()
110 ctn->ctype |= (_E1 | _ISPRINT | _ISGRAPH); in add_ctype_impl()
113 ctn->ctype |= (_E2 | _ISPRINT | _ISGRAPH); in add_ctype_impl()
116 ctn->ctype |= (_E3 | _ISPRINT | _ISGRAPH); in add_ctype_impl()
119 ctn->ctype |= (_E4 | _ISPRINT | _ISGRAPH); in add_ctype_impl()
122 ctn->ctype |= (_E5 | _ISPRINT | _ISGRAPH); in add_ctype_impl()
304 ctn->ctype |= _ISPRINT; in dump_ctype()
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A D_ctype.h67 #define _CTYPE_R _ISPRINT /* Print */
H A Disdigit.c85 DEFN_ISTYPE(print, _ISPRINT)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h72 #define _ISPRINT 0x00008000 macro