Home
last modified time | relevance | path

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

/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c90 t_state * t_from; /* Incoming state. */ member
480 else if (t->t_from) in unlink_transition()
481 t->t_from->s_forward = t->t_forwnext; in unlink_transition()
487 t->t_from = (t_state *) NULL; in unlink_transition()
497 from = t->t_from; in link_transition()
504 if ((t->t_from = from)) { in link_transition()