Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c261 ctype_node_t *ctn, *last_ct, *last_lo, *last_up; in dump_ctype() local
270 last_up = NULL; in dump_ctype()
412 last_up = NULL; in dump_ctype()
413 } else if ((last_up != NULL) && in dump_ctype()
414 (last_up->toupper + 1 == ctn->toupper)) { in dump_ctype()
416 last_up = ctn; in dump_ctype()
426 last_up = ctn; in dump_ctype()