Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregexec.c1732 Idx st_idx; in merge_state_array() local
1734 for (st_idx = 0; st_idx < num; ++st_idx) in merge_state_array()
1736 if (dst[st_idx] == NULL) in merge_state_array()
1737 dst[st_idx] = src[st_idx]; in merge_state_array()
1738 else if (src[st_idx] != NULL) in merge_state_array()
1741 err = re_node_set_init_union (&merged_set, &dst[st_idx]->nodes, in merge_state_array()
1742 &src[st_idx]->nodes); in merge_state_array()
1745 dst[st_idx] = re_acquire_state (&err, dfa, &merged_set); in merge_state_array()
4151 Idx st_idx; in match_ctx_clean() local
4152 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx) in match_ctx_clean()
[all …]