HomeSort by relevance Sort by last modified time
    Searched full:t_forwnext (Results 1 - 1 of 1) sorted by null

  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 87 t_transition * t_forwnext; /* Tail of forward transition list. */ member in struct:t_transition
475 if (t->t_forwnext)
476 t->t_forwnext->t_forwprev = t->t_forwprev;
479 t->t_forwprev->t_forwnext = t->t_forwnext;
481 t->t_from->s_forward = t->t_forwnext;
486 t->t_forwnext = (t_transition *) NULL;
505 if ((t->t_forwnext = from->s_forward))
506 t->t_forwnext->t_forwprev = t;
541 for (t = from->s_forward; t; t = t->t_forwnext)
    [all...]

Completed in 60 milliseconds