Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h272 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT) macro
A Dregexec.c1169 if (IS_EPSILON_NODE (dfa->nodes[node].type)) in proceed_next_node()
1586 assert (!IS_EPSILON_NODE (type)); in build_sifted_states()
1764 if (IS_EPSILON_NODE (dfa->nodes[cur_node].type)) in sub_epsilon_src_nodes()
2968 assert (!IS_EPSILON_NODE (type)); in check_arrival_add_next_nodes()
A Dregcomp.c1382 assert (!IS_EPSILON_NODE (node->token.type)); in link_nfa_nodes()
1638 if (IS_EPSILON_NODE(dfa->nodes[node].type)) in calc_eclosure_iter()
A Dregex_internal.c1477 if (!IS_EPSILON_NODE (dfa->nodes[elem].type)) in register_state()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat1785 (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a

Completed in 21 milliseconds