Home
last modified time | relevance | path

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

/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c87 t_transition * t_forwnext; /* Tail of forward transition list. */ member
475 if (t->t_forwnext) in unlink_transition()
476 t->t_forwnext->t_forwprev = t->t_forwprev; in unlink_transition()
479 t->t_forwprev->t_forwnext = t->t_forwnext; in unlink_transition()
481 t->t_from->s_forward = t->t_forwnext; in unlink_transition()
486 t->t_forwnext = (t_transition *) NULL; in unlink_transition()
505 if ((t->t_forwnext = from->s_forward)) in link_transition()
506 t->t_forwnext->t_forwprev = t; in link_transition()
541 for (t = from->s_forward; t; t = t->t_forwnext) in uniquetransition()
1202 for (t = src->s_forward; t; t = t->t_forwnext) in closure()
[all …]