Searched refs:cur_node_idx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c2529 int cur_node_idx = pstate->nodes.elems[i];
2534 if (!dfa->nodes[cur_node_idx].accept_mb)
2537 if (dfa->nodes[cur_node_idx].constraint)
2542 if (NOT_SATISFY_NEXT_CONSTRAINT (dfa->nodes[cur_node_idx].constraint,
2548 naccepted = check_node_accept_bytes (dfa, cur_node_idx, &mctx->input,
2561 assert (dfa->nexts[cur_node_idx] != -1);
2563 new_nodes = dfa->eclosures + dfa->nexts[cur_node_idx];
2525 int cur_node_idx = pstate->nodes.elems[i]; local

Completed in 86 milliseconds