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;
174 if (end < last_ctype) {
176 last_ctype, end);
179 for (cur = last_ctype + 1; cur <= end; cur++) {
186 last_ctype = end;

Completed in 176 milliseconds