Searched refs:REG_BADBR (Results 1 – 5 of 5) sorted by relevance
75 #define REG_BADBR 10 macro
68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
455 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()465 SETERROR(REG_BADBR); in p_ere_exp()626 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()636 SETERROR(REG_BADBR); in p_simp_re()658 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
77 REG_BADBR, /* numbers out of order in {} quantifier */79 REG_BADBR, /* number too big in {} quantifier */
76 REG_BADBR, /* invalid repeat counts in {} */ enumerator