Searched refs:t_p (Results 1 – 1 of 1) sorted by relevance
527 TransitionList **t_p; in append_transition() local540 for (t_p = &tt->table[opcode]; (*t_p) != NULL; t_p = &(*t_p)->next) in append_transition()542 if (cmp && cmp (t, (*t_p)->rule) < 0) in append_transition()545 tl->next = *t_p; in append_transition()546 *t_p = tl; in append_transition()550 (*t_p) = tl; in append_transition()