Home
last modified time | relevance | path

Searched defs:_wctype (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dwctype.h84 struct _wctype { struct
85 wchar_t tmin; /* minimum code for wctype */
86 wchar_t tmax; /* maximum code for wctype */
87 unsigned char *index; /* class index */
88 unsigned int *type; /* class type */
89 wchar_t cmin; /* minimum code for conversion */
90 wchar_t cmax; /* maximum code for conversion */
91 wchar_t *code; /* conversion code */