Lines Matching refs:next_node
3050 Idx next_node = dfa->nexts[cur_node]; in check_arrival_add_next_nodes() local
3063 ok = re_node_set_insert (&union_set, next_node); in check_arrival_add_next_nodes()
3216 Idx to_idx, next_node; in expand_bkref_cache() local
3231 next_node = dfa->edests[ent->node].elems[0]; in expand_bkref_cache()
3232 if (re_node_set_contains (cur_nodes, next_node)) in expand_bkref_cache()
3234 err = re_node_set_init_1 (&new_dests, next_node); in expand_bkref_cache()
3251 next_node = dfa->nexts[ent->node]; in expand_bkref_cache()
3256 next_node)) in expand_bkref_cache()
3260 ok = re_node_set_insert (&union_set, next_node); in expand_bkref_cache()
3270 err = re_node_set_init_1 (&union_set, next_node); in expand_bkref_cache()
3384 Idx next_node; in build_trtable() local
3389 next_node = dfa->nexts[dests_node[i].elems[j]]; in build_trtable()
3390 if (next_node != REG_MISSING) in build_trtable()
3392 err = re_node_set_merge (&follows, dfa->eclosures + next_node); in build_trtable()