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

/freebsd-10.2-release/contrib/libgnuregex/
H A Dregex_internal.h317 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT) macro
H A Dregexec.c1277 if (IS_EPSILON_NODE (dfa->nodes[node].type))
1694 assert (!IS_EPSILON_NODE (type));
1877 if (IS_EPSILON_NODE (dfa->nodes[cur_node].type))
3080 assert (!IS_EPSILON_NODE (type));
H A Dregex_internal.c1575 if (!IS_EPSILON_NODE (dfa->nodes[elem].type))
H A Dregcomp.c1463 assert (!IS_EPSILON_NODE (node->token.type));
1712 if (IS_EPSILON_NODE(dfa->nodes[node].type))

Completed in 139 milliseconds