Searched refs:REG_EPAREN (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex_impl.h | 73 #define REG_EPAREN 8 macro
|
H A D | regerror.c | 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
H A D | regcomp.c | 452 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 D | regex.h | 79 #define REG_EPAREN 8 macro
|
H A D | regerror.c | 96 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
H A D | regcomp.c | 352 (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 D | regex.h | 82 #define REG_EPAREN 8 macro
|
/freebsd/lib/libc/regex/ |
H A D | regerror.c | 90 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
|
H A D | regcomp.c | 412 (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()
|