Home
last modified time | relevance | path

Searched refs:st_idx (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregexec.c1737 Idx st_idx; in merge_state_array() local
1739 for (st_idx = 0; st_idx < num; ++st_idx) in merge_state_array()
1741 if (dst[st_idx] == NULL) in merge_state_array()
1742 dst[st_idx] = src[st_idx]; in merge_state_array()
1743 else if (src[st_idx] != NULL) in merge_state_array()
1746 err = re_node_set_init_union (&merged_set, &dst[st_idx]->nodes, in merge_state_array()
1747 &src[st_idx]->nodes); in merge_state_array()
1750 dst[st_idx] = re_acquire_state (&err, dfa, &merged_set); in merge_state_array()
4160 Idx st_idx; in match_ctx_clean() local
4161 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx) in match_ctx_clean()
[all …]