Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h360 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT) macro
Dregexec.c1296 if (IS_EPSILON_NODE (dfa->nodes[node].type)) in proceed_next_node()
1714 assert (!IS_EPSILON_NODE (type)); in build_sifted_states()
1892 if (IS_EPSILON_NODE (dfa->nodes[cur_node].type)) in sub_epsilon_src_nodes()
3100 assert (!IS_EPSILON_NODE (type)); in check_arrival_add_next_nodes()
Dregcomp.c1450 assert (!IS_EPSILON_NODE (node->token.type)); in link_nfa_nodes()
1704 if (IS_EPSILON_NODE(dfa->nodes[node].type)) in calc_eclosure_iter()
Dregex_internal.c1581 if (!IS_EPSILON_NODE (dfa->nodes[elem].type)) in register_state()