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

/freebsd-11.0-release/usr.bin/localedef/
H A Dctype.c76 static wchar_t last_ctype; variable
198 last_ctype = ctn->wc;
207 if (end < last_ctype) {
209 last_ctype, end);
212 for (cur = last_ctype + 1; cur <= end; cur++) {
219 last_ctype = end;

Completed in 47 milliseconds