Lines Matching defs:reach
146 more paths reach the same state, exactly one is chosen according to
189 tre_tnfa_reach_t *reach, *reach_next, *reach_i, *reach_next_i;
249 reach = (void *)tmp_buf;
257 reach[i].tags = (void *)tmp_buf;
326 /* Swap `reach' and `reach_next'. */
327 reach_i = reach;
328 reach = reach_next;
331 /* For each state in `reach', weed out states that don't fulfill the
337 for (reach_i = reach; reach_i->state; reach_i++)
367 /* Swap `reach' and `reach_next'. */
368 reach_i = reach;
369 reach = reach_next;
373 /* For each state in `reach' see if there is a transition leaving with
377 for (reach_i = reach; reach_i->state; reach_i++)