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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c79 int node_idx, int str_idx, int max_str_idx)
184 static int check_node_accept_bytes (const re_dfa_t *dfa, int node_idx,
1954 int node_idx;
1958 for (node_idx = 0; node_idx < eclosures->nelem; ++node_idx)
1960 int node = eclosures->elems[node_idx];
2065 int node_idx, lim_idx;
2081 for (node_idx = 0; node_idx < dest_node
1951 int node_idx; local
2062 int node_idx, lim_idx; local
2150 int node_idx, node; local
2245 sift_states_iter_mb(const re_match_context_t *mctx, re_sift_context_t *sctx, int node_idx, int str_idx, int max_str_idx) argument
2447 int node_idx; local
2596 int node_idx = nodes->elems[i]; local
3752 check_node_accept_bytes(const re_dfa_t *dfa, int node_idx, const re_string_t *input, int str_idx) argument
[all...]
H A Dregcomp.c1003 first = dfa->str_tree->first->node_idx;
1016 int node_idx = init_nodes.elems[i];
1017 re_token_type_t type = dfa->nodes[node_idx].type;
1027 && clexp_node->opr.idx == dfa->nodes[node_idx].opr.idx)
1035 int dest_idx = dfa->edests[node_idx].elems[0];
1377 node->node_idx = node->left->node_idx;
1382 node->node_idx = re_dfa_add_node (dfa, node->token);
1383 if (BE (node->node_idx == -1, 0))
1386 dfa->nodes[node->node_idx]
1011 int node_idx = init_nodes.elems[i]; local
1635 int node_idx, incomplete; local
[all...]
H A Dregex_internal.h451 /* `node_idx' is the index in dfa->nodes, if `type' == 0.
453 int node_idx; member in struct:bin_tree_t

Completed in 112 milliseconds