IS_EPSILON_NODE  1436 lib/regcomp.c        DEBUG_ASSERT (!IS_EPSILON_NODE (node->token.type));
IS_EPSILON_NODE  1685 lib/regcomp.c    if (IS_EPSILON_NODE(dfa->nodes[node].type))
IS_EPSILON_NODE  1551 lib/regex_internal.c       if (!IS_EPSILON_NODE (dfa->nodes[elem].type))
IS_EPSILON_NODE  1205 lib/regexec.c    if (IS_EPSILON_NODE (dfa->nodes[node].type))
IS_EPSILON_NODE  1620 lib/regexec.c        DEBUG_ASSERT (!IS_EPSILON_NODE (dfa->nodes[prev_node].type));
IS_EPSILON_NODE  1798 lib/regexec.c  	if (IS_EPSILON_NODE (dfa->nodes[cur_node].type))
IS_EPSILON_NODE  2989 lib/regexec.c        DEBUG_ASSERT (!IS_EPSILON_NODE (dfa->nodes[cur_node].type));