Home
last modified time | relevance | path

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

/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c91 t_state * t_to; /* Destination state. */ member
472 else if (t->t_to) in unlink_transition()
473 t->t_to->s_backward = t->t_backnext; in unlink_transition()
488 t->t_to = (t_state *) NULL; in unlink_transition()
500 to = t->t_to; in link_transition()
511 if ((t->t_to = to)) { in link_transition()
542 if (t->t_token == token && (t->t_to == to || !to)) in uniquetransition()
688 f = tp->t_to; in nfaslice()
1205 dst = set_include(dst, t->t_to); in closure()
1208 dst = closure(dst, t->t_to); in closure()
[all …]