Home
last modified time | relevance | path

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

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