Searched refs:REG_BADBR (Results 1 – 5 of 5) sorted by relevance
84 #define REG_BADBR 10 macro
63 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
411 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()421 SETERROR(REG_BADBR); in p_ere_exp()582 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()592 SETERROR(REG_BADBR); in p_simp_re()614 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
414 #define REG_BADBR _REG_BADBR macro
2487 *err = REG_BADBR; /* <re>{} is invalid. */ in parse_dup_op()2506 *err = REG_BADBR; in parse_dup_op()2523 *err = REG_BADBR; in parse_dup_op()