Searched refs:node_cnt (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c307 int node_cnt;
309 for (node_cnt = 0; node_cnt < init_state->nodes.nelem; ++node_cnt)
311 int node = init_state->nodes.elems[node_cnt];
305 int node_cnt; local
H A Dregexec.c2486 int node_cnt, cur_str_idx = re_string_cur_idx (&mctx->input);
2492 for (node_cnt = 0; node_cnt < state->nodes.nelem; ++node_cnt)
2494 int cur_node = state->nodes.elems[node_cnt];

Completed in 130 milliseconds