Home
last modified time | relevance | path

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

/posix/
A Dregexec.c1889 Idx node_idx; in check_dst_limits_calc_pos_1() local
1893 for (node_idx = 0; node_idx < eclosures->nelem; ++node_idx) in check_dst_limits_calc_pos_1()
1999 Idx node_idx, lim_idx; in check_subexp_limits() local
2015 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()
2039 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()
2053 --node_idx; in check_subexp_limits()
2059 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()
2087 Idx node_idx, node; in sift_states_bkref() local
2096 for (node_idx = 0; node_idx < candidates->nelem; ++node_idx) in sift_states_bkref()
2381 Idx node_idx; in check_subexp_matching_top() local
[all …]
A Dregcomp.c1018 Idx node_idx = init_nodes.elems[i]; in create_initial_state() local
1388 node->node_idx = node->left->node_idx; in calc_first()
1430 Idx idx = node->node_idx; in link_nfa_nodes()
1448 left = node->left->first->node_idx; in link_nfa_nodes()
1450 left = node->next->node_idx; in link_nfa_nodes()
1454 right = node->next->node_idx; in link_nfa_nodes()
1654 Idx node_idx; in calc_eclosure() local
1659 for (node_idx = 0; ; ++node_idx) in calc_eclosure()
1663 if (node_idx == dfa->nodes_len) in calc_eclosure()
1668 node_idx = 0; in calc_eclosure()
[all …]
A Dregex_internal.h480 Idx node_idx; member

Completed in 21 milliseconds