Home
last modified time | relevance | path

Searched refs:REG_EPAREN (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h73 #define REG_EPAREN 8 macro
H A Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
H A Dregcomp.c452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
465 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
476 SETERROR(REG_EPAREN); in p_ere_exp()
706 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
710 SETERROR(REG_EPAREN); in p_simp_re()
/freebsd/contrib/nvi/regex/
H A Dregex.h79 #define REG_EPAREN 8 macro
H A Dregerror.c96 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
H A Dregcomp.c352 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
365 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp()
376 SETERROR(REG_EPAREN); in p_ere_exp()
579 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
583 SETERROR(REG_EPAREN); in p_simp_re()
/freebsd/include/
H A Dregex.h82 #define REG_EPAREN 8 macro
/freebsd/lib/libc/regex/
H A Dregerror.c90 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
H A Dregcomp.c412 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
425 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp()
436 SETERROR(REG_EPAREN); in p_ere_exp()
907 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
913 SETERROR(REG_EPAREN); in p_simp_re()