Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregexec.c125 re_node_set *cur_nodes,
152 re_node_set *cur_nodes,
155 re_node_set *cur_nodes,
162 re_node_set *cur_nodes, Idx cur_str,
1245 re_node_set *cur_nodes = &mctx->state_log[*pidx]->nodes; in proceed_next_node() local
1256 if (!re_node_set_contains (cur_nodes, candidate)) in proceed_next_node()
2409 check_subexp_matching_top (re_match_context_t *mctx, re_node_set *cur_nodes, in check_subexp_matching_top() argument
2421 for (node_idx = 0; node_idx < cur_nodes->nelem; ++node_idx) in check_subexp_matching_top()
2423 Idx node = cur_nodes->elems[node_idx]; in check_subexp_matching_top()
2870 re_node_set *cur_nodes, next_nodes; in check_arrival() local
[all …]