Home
last modified time | relevance | path

Searched refs:IS_EPSILON_NODE (Results 1 – 4 of 4) sorted by relevance

/posix/
A Dregex_internal.h367 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT) macro
A Dregexec.c1218 if (IS_EPSILON_NODE (dfa->nodes[node].type)) in proceed_next_node()
1635 DEBUG_ASSERT (!IS_EPSILON_NODE (dfa->nodes[prev_node].type)); in build_sifted_states()
1814 if (IS_EPSILON_NODE (dfa->nodes[cur_node].type)) in sub_epsilon_src_nodes()
3014 DEBUG_ASSERT (!IS_EPSILON_NODE (dfa->nodes[cur_node].type)); in check_arrival_add_next_nodes()
A Dregcomp.c1474 DEBUG_ASSERT (!IS_EPSILON_NODE (node->token.type)); in link_nfa_nodes()
1723 if (IS_EPSILON_NODE(dfa->nodes[node].type)) in calc_eclosure_iter()
A Dregex_internal.c1589 if (!IS_EPSILON_NODE (dfa->nodes[elem].type)) in register_state()

Completed in 22 milliseconds