Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c77 ctn->ctype |= (_ISUPPER | _ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()
80 ctn->ctype |= (_ISLOWER | _ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()
83 ctn->ctype |= (_ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()
86 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT); in add_ctype_impl()
95 ctn->ctype |= (_ISGRAPH | _ISPRINT); in add_ctype_impl()
101 ctn->ctype |= (_ISPUNCT | _ISGRAPH | _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()
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A D_ctype.h60 #define _CTYPE_G _ISGRAPH /* Graph */
H A Disdigit.c83 DEFN_ISTYPE(graph, _ISGRAPH)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h70 #define _ISGRAPH 0x00002000 macro