Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregexec.c1841 int node_idx; in check_dst_limits_calc_pos_1() local
1845 for (node_idx = 0; node_idx < eclosures->nelem; ++node_idx) in check_dst_limits_calc_pos_1()
1952 int node_idx, lim_idx; in check_subexp_limits() local
1968 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()
1992 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()
2006 --node_idx; in check_subexp_limits()
2012 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()
2040 int node_idx, node; in sift_states_bkref() local
2049 for (node_idx = 0; node_idx < candidates->nelem; ++node_idx) in sift_states_bkref()
2337 int node_idx; in check_subexp_matching_top() local
[all …]
A Dregcomp.c945 int node_idx = init_nodes.elems[i]; in create_initial_state() local
1298 node->node_idx = node->left->node_idx; in calc_first()
1338 int idx = node->node_idx; in link_nfa_nodes()
1356 left = node->left->first->node_idx; in link_nfa_nodes()
1358 left = node->next->node_idx; in link_nfa_nodes()
1362 right = node->next->node_idx; in link_nfa_nodes()
1567 int node_idx, incomplete; in calc_eclosure() local
1573 for (node_idx = 0; ; ++node_idx) in calc_eclosure()
1577 if (node_idx == dfa->nodes_len) in calc_eclosure()
1582 node_idx = 0; in calc_eclosure()
[all …]
A Dregex_internal.h394 int node_idx; member

Completed in 18 milliseconds