REG_BADBR          94 ext/mbstring/oniguruma/regposix.c     { ONIGERR_TOO_BIG_NUMBER_FOR_REPEAT_RANGE,            REG_BADBR   },
REG_BADBR          95 ext/mbstring/oniguruma/regposix.c     { ONIGERR_UPPER_SMALLER_THAN_LOWER_IN_REPEAT_RANGE,   REG_BADBR   },
REG_BADBR          70 ext/pcre/pcrelib/pcreposix.c   REG_BADBR,   /* numbers out of order in {} quantifier */
REG_BADBR          71 ext/pcre/pcrelib/pcreposix.c   REG_BADBR,   /* number too big in {} quantifier */
REG_BADBR         358 regex/regcomp.c 				REQUIRE(count <= count2, REG_BADBR);
REG_BADBR         368 regex/regcomp.c 			SETERROR(REG_BADBR);
REG_BADBR         536 regex/regcomp.c 				REQUIRE(count <= count2, REG_BADBR);
REG_BADBR         546 regex/regcomp.c 			SETERROR(REG_BADBR);
REG_BADBR         570 regex/regcomp.c 	REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
REG_BADBR          48 regex/regerror.c 	{REG_BADBR,	"REG_BADBR",	"invalid repetition count(s)"},