wctype_t
wctype_t cclass;
int iswctype(wint_t, wctype_t);
wctype_t
wint_t nextwctype(wint_t, wctype_t);
int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
wctype_t wctype_l(const char *property, locale_t __l);
wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
nextwctype(wint_t wc, wctype_t wct)
nextwctype_l(wint_t wc, wctype_t wct, locale_t locale)
wctype_t wctype(const char *property)
iswctype(wint_t wc, wctype_t charclass)
iswctype_l(wint_t wc, wctype_t charclass, locale_t locale)
wctype_t
static const wctype_t propmasks[] = {
const wctype_t *q;
cset_addclass(struct cset *cs, wctype_t type, bool invert)
wctype_t csc_type;
bool cset_addclass(struct cset *, wctype_t, bool);
wctype_t cclass; /* character class from wctype() */