Searched refs:REG_EPAREN (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/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-14.2/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-14.2/include/ |
| H A D | regex.h | 84 #define REG_EPAREN 8 macro
|
| /freebsd-14.2/lib/libc/regex/ |
| H A D | regerror.c | 95 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
|
| H A D | regcomp.c | 417 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 430 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp() 441 SETERROR(REG_EPAREN); in p_ere_exp() 897 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re() 900 SETERROR(REG_EPAREN); in p_simp_re()
|