EQUIV_CLASS      2637 compat/regex/regcomp.c   if (BE (start_elem->type == EQUIV_CLASS || start_elem->type == CHAR_CLASS
EQUIV_CLASS      2638 compat/regex/regcomp.c 	  || end_elem->type == EQUIV_CLASS || end_elem->type == CHAR_CLASS,
EQUIV_CLASS      2918 compat/regex/regcomp.c       if (BE (start_elem->type == EQUIV_CLASS || start_elem->type == CHAR_CLASS
EQUIV_CLASS      2919 compat/regex/regcomp.c 	      || end_elem->type == EQUIV_CLASS || end_elem->type == CHAR_CLASS,
EQUIV_CLASS      3141 compat/regex/regcomp.c       if (start_elem.type != CHAR_CLASS && start_elem.type != EQUIV_CLASS)
EQUIV_CLASS      3222 compat/regex/regcomp.c 	    case EQUIV_CLASS:
EQUIV_CLASS      3409 compat/regex/regcomp.c       elem->type = EQUIV_CLASS;