Home | History | Annotate | Download | only in lib

Lines Matching refs:st_idx

1785   Idx st_idx;
1787 for (st_idx = 0; st_idx < num; ++st_idx)
1789 if (dst[st_idx] == NULL)
1790 dst[st_idx] = src[st_idx];
1791 else if (src[st_idx] != NULL)
1794 err = re_node_set_init_union (&merged_set, &dst[st_idx]->nodes,
1795 &src[st_idx]->nodes);
1798 dst[st_idx] = re_acquire_state (&err, dfa, &merged_set);
4234 Idx st_idx;
4235 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx)
4238 re_sub_match_top_t *top = mctx->sub_tops[st_idx];