Home
last modified time | relevance | path

Searched refs:_ISBLANK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dawktype.h33 #define iswblank(c) iswctype((c), _ISBLANK)
/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c107 ctn->ctype |= (_ISBLANK | _ISSPACE); in add_ctype_impl()
310 ctn->ctype |= _ISBLANK; in dump_ctype()
335 if (ctn->ctype & _ISBLANK) in dump_ctype()
/illumos-gate/usr/src/lib/libc/port/locale/
H A D_ctype.h66 #define _CTYPE_B _ISBLANK /* Blank */
H A Disdigit.c74 DEFN_ISTYPE(blank, _ISBLANK)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h68 #define _ISBLANK _B macro