Home
last modified time | relevance | path

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

/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c86 t_transition * t_forwprev; /* Head of forward transition list. */ member
476 t->t_forwnext->t_forwprev = t->t_forwprev; in unlink_transition()
478 if (t->t_forwprev) in unlink_transition()
479 t->t_forwprev->t_forwnext = t->t_forwnext; in unlink_transition()
485 t->t_forwprev = (t_transition *) NULL; in unlink_transition()
506 t->t_forwnext->t_forwprev = t; in link_transition()