Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/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.c451 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
464 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
475 SETERROR(REG_EPAREN); in p_ere_exp()
705 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
709 SETERROR(REG_EPAREN); in p_simp_re()
/freebsd-12.1/include/
H A Dregex.h84 #define REG_EPAREN 8 macro
/freebsd-12.1/lib/libc/regex/
H A Dregerror.c98 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
H A Dregcomp.c377 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
390 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp()
401 SETERROR(REG_EPAREN); in p_ere_exp()
765 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
768 SETERROR(REG_EPAREN); in p_simp_re()
/freebsd-12.1/contrib/gdb/include/
H A Dxregex2.h305 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/freebsd-12.1/contrib/binutils/include/
H A Dxregex2.h308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/freebsd-12.1/contrib/gcclibs/include/
H A Dxregex2.h308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/freebsd-12.1/contrib/libgnuregex/
H A Dregex.h326 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
H A Dregcomp.c504 ret = REG_EPAREN;
2460 *err = REG_EPAREN; in parse_sub_exp()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dregex.c4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX()
7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;
/freebsd-12.1/contrib/binutils/libiberty/
H A Dregex.c4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX()
7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;