Home
last modified time | relevance | path

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

/NextBSD/contrib/libgnuregex/
HDregex_internal.h317 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT) macro
HDregexec.c1274 if (IS_EPSILON_NODE (dfa->nodes[node].type)) in proceed_next_node()
1691 assert (!IS_EPSILON_NODE (type)); in build_sifted_states()
1874 if (IS_EPSILON_NODE (dfa->nodes[cur_node].type)) in sub_epsilon_src_nodes()
3076 assert (!IS_EPSILON_NODE (type)); in check_arrival_add_next_nodes()
HDregex_internal.c1572 if (!IS_EPSILON_NODE (dfa->nodes[elem].type)) in register_state()
HDregcomp.c1456 assert (!IS_EPSILON_NODE (node->token.type)); in link_nfa_nodes()
1705 if (IS_EPSILON_NODE(dfa->nodes[node].type)) in calc_eclosure_iter()