Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dctype.c76 static wchar_t last_ctype; variable
204 last_ctype = ctn->wc; in add_ctype()
213 if (end < last_ctype) { in add_ctype_range()
215 last_ctype, end); in add_ctype_range()
218 for (cur = last_ctype + 1; cur <= end; cur++) { in add_ctype_range()
225 last_ctype = end; in add_ctype_range()