IS_EPSILON_NODE  1463 compat/regex/regcomp.c       assert (!IS_EPSILON_NODE (node->token.type));
IS_EPSILON_NODE  1712 compat/regex/regcomp.c   if (IS_EPSILON_NODE(dfa->nodes[node].type))
IS_EPSILON_NODE  1584 compat/regex/regex_internal.c       if (!IS_EPSILON_NODE (dfa->nodes[elem].type))
IS_EPSILON_NODE  1258 compat/regex/regexec.c   if (IS_EPSILON_NODE (dfa->nodes[node].type))
IS_EPSILON_NODE  1677 compat/regex/regexec.c       assert (!IS_EPSILON_NODE (type));
IS_EPSILON_NODE  1859 compat/regex/regexec.c 	if (IS_EPSILON_NODE (dfa->nodes[cur_node].type))
IS_EPSILON_NODE  3063 compat/regex/regexec.c       assert (!IS_EPSILON_NODE (type));