Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c89 ctn->ctype |= _ISSPACE; in add_ctype_impl()
107 ctn->ctype |= (_ISBLANK | _ISSPACE); in add_ctype_impl()
306 ctn->ctype |= _ISSPACE; in dump_ctype()
336 ctn->ctype |= _ISSPACE; in dump_ctype()
353 if ((ctn->ctype & _ISSPACE) && (ctn->ctype & _ISGRAPH)) in dump_ctype()
/illumos-gate/usr/src/lib/libc/port/locale/
H A D_ctype.h63 #define _CTYPE_S _ISSPACE /* Space */
H A Disdigit.c81 DEFN_ISTYPE(space, _ISSPACE)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h65 #define _ISSPACE _S macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h204 # define isspace(__a) (_IS(__a,_ISSPACE))