Searched refs:REG_BADRPT (Results 1 – 5 of 5) sorted by relevance
78 #define REG_BADRPT 13 macro
71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
360 SETERROR(REG_BADRPT); in p_ere_exp()404 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()420 REQUIRE(!wascaret, REG_BADRPT); in p_ere_exp()468 SETERROR(REG_BADRPT); in p_ere_exp()554 SETERROR(REG_BADRPT); in p_simp_re()600 REQUIRE(starordinary, REG_BADRPT); in p_simp_re()
78 REG_BADRPT, /* ? * + invalid */ enumerator
83 REG_BADRPT, /* nothing to repeat */85 REG_BADRPT, /* operand of unlimited repeat could match the empty string */