Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c38 static wchar_t last_ctype; variable
165 last_ctype = ctn->wc; in add_ctype()
174 if (end < last_ctype) { in add_ctype_range()
176 last_ctype, end); in add_ctype_range()
179 for (cur = last_ctype + 1; cur <= end; cur++) { in add_ctype_range()
186 last_ctype = end; in add_ctype_range()