Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c101 ctn->ctype |= (_ISPUNCT | _ISGRAPH | _ISPRINT); in add_ctype_impl()
324 ctn->ctype |= _ISPUNCT; in dump_ctype()
348 (ctn->ctype & (_ISPUNCT|_ISDIGIT))) in dump_ctype()
350 if ((ctn->ctype & _ISPUNCT) && in dump_ctype()
357 if ((wc == ' ') && (ctn->ctype & (_ISPUNCT|_ISGRAPH))) in dump_ctype()
/illumos-gate/usr/src/lib/libc/port/locale/
H A D_ctype.h62 #define _CTYPE_P _ISPUNCT /* Punct */
H A Disdigit.c84 DEFN_ISTYPE(punct, _ISPUNCT)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h66 #define _ISPUNCT _P macro