Lines Matching refs:to_idx
1739 Idx to_idx = str_idx + naccepted;
1741 dfa->nexts[prev_node], to_idx,
2199 Idx to_idx;
2207 to_idx = str_idx + subexp_len;
2211 if (to_idx > sctx->last_str_idx
2212 || sctx->sifted_states[to_idx] == NULL
2213 || !STATE_NODE_CONTAINS (sctx->sifted_states[to_idx], dst_node)
2215 str_idx, dst_node, to_idx))
2878 Idx to_idx;
2889 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx;
2890 return clean_state_log_if_needed (mctx, to_idx);
3281 Idx to_idx, next_node;
3287 to_idx = cur_str + ent->subexp_to - ent->subexp_from;
3290 if (to_idx == cur_str)
3317 if (mctx->state_log[to_idx])
3320 if (re_node_set_contains (&mctx->state_log[to_idx]->nodes,
3324 &mctx->state_log[to_idx]->nodes);
3339 mctx->state_log[to_idx] = re_acquire_state (&err, dfa, &union_set);
3341 if (BE (mctx->state_log[to_idx] == NULL