Searched refs:REG_EPAREN (Results 1 – 3 of 3) sorted by relevance
78 #define REG_EPAREN 8 macro
144 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
413 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()426 MUSTEAT(')', REG_EPAREN); in p_ere_exp()437 SETERROR(REG_EPAREN); in p_ere_exp()662 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()666 SETERROR(REG_EPAREN); in p_simp_re()