Home
last modified time | relevance | path

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

/dragonfly/usr.bin/localedef/
HDctype.c293 ctype_node_t *ctn, *last_ct, *last_lo, *last_up; in dump_ctype() local
302 last_up = NULL; in dump_ctype()
438 last_up = NULL; in dump_ctype()
439 } else if ((last_up != NULL) && in dump_ctype()
440 (last_up->toupper + 1 == ctn->toupper)) { in dump_ctype()
442 last_up = ctn; in dump_ctype()
450 last_up = ctn; in dump_ctype()