Searched refs:REG_EPAREN (Results 1 – 3 of 3) sorted by relevance
73 #define REG_EPAREN 8 macro
66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
315 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()328 MUSTEAT(')', REG_EPAREN); in p_ere_exp()339 SETERROR(REG_EPAREN); in p_ere_exp()542 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()546 SETERROR(REG_EPAREN); in p_simp_re()