Symbol: wctype_t
usr/src/boot/include/xlocale/_ctype.h
173
int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
usr/src/boot/include/xlocale/_ctype.h
174
wctype_t wctype_l(const char *property, locale_t __l);
usr/src/boot/include/xlocale/_ctype.h
176
wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
usr/src/cmd/tr/cset.c
195
cset_addclass(struct cset *cs, wctype_t type, bool invert)
usr/src/cmd/tr/cset.h
42
wctype_t csc_type;
usr/src/cmd/tr/cset.h
56
bool cset_addclass(struct cset *, wctype_t, bool);
usr/src/cmd/tr/extern.h
45
wctype_t cclass; /* character class from wctype() */
usr/src/cmd/xargs/xargs.c
99
static wctype_t blank;
usr/src/head/iso/wctype_iso.h
107
extern int iswctype(wint_t, wctype_t);
usr/src/head/iso/wctype_iso.h
108
extern wctype_t wctype(const char *);
usr/src/head/wchar.h
138
extern int iswctype(wint_t, wctype_t);
usr/src/head/wchar.h
144
extern wctype_t wctype(const char *);
usr/src/head/wctype.h
141
extern int iswctype_l(wint_t, wctype_t, locale_t);
usr/src/head/wctype.h
155
extern wctype_t wctype_l(const char *, locale_t);
usr/src/head/wctype.h
97
extern wint_t __nextwctype(wint_t, wctype_t);
usr/src/lib/libc/port/locale/iswctype.c
81
iswctype_l(wint_t wc, wctype_t class, locale_t loc)
usr/src/lib/libc/port/locale/iswctype.c
90
iswctype(wint_t wc, wctype_t class)
usr/src/lib/libc/port/locale/nextwctype.c
107
__nextwctype(wint_t wc, wctype_t wct)
usr/src/lib/libc/port/locale/nextwctype.c
42
nextwctype_l(wint_t wc, wctype_t wct, locale_t loc)
usr/src/lib/libc/port/locale/wctype.c
41
wctype_t
usr/src/lib/libc/port/locale/wctype.c
46
wctype_t mask;
usr/src/lib/libc/port/locale/wctype.c
75
wctype_t
usr/src/lib/libc/port/regex/glob.c
506
wctype_t cc;
usr/src/lib/libc/port/regex/regcomp.c
136
static void CHaddtype(struct parse *p, cset *cs, wctype_t wct);
usr/src/lib/libc/port/regex/regcomp.c
1391
CHaddtype(struct parse *p, cset *cs, wctype_t wct)
usr/src/lib/libc/port/regex/regcomp.c
1394
wctype_t *newtypes;
usr/src/lib/libc/port/regex/regcomp.c
979
wctype_t wct;
usr/src/lib/libc/port/regex/regex2.h
113
wctype_t *types;
usr/src/lib/libxcurses/h/m_wchar.h
388
extern wctype_t wctype(const char *property);
usr/src/lib/libxcurses/h/m_wchar.h
389
extern int iswctype(wint_t wc, wctype_t desc);
usr/src/test/libc-tests/tests/wctype/wctype_test.c
43
wctype_t class = wctype(#y);\