| /freebsd-12.1/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-12.1/contrib/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 | 451 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 D | regex.h | 84 #define REG_EPAREN 8 macro
|
| /freebsd-12.1/lib/libc/regex/ |
| H A D | regerror.c | 98 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
|
| H A D | regcomp.c | 377 (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 D | xregex2.h | 305 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | xregex2.h | 308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | xregex2.h | 308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regex.h | 326 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| H A D | regcomp.c | 504 ret = REG_EPAREN; 2460 *err = REG_EPAREN; in parse_sub_exp()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | regex.c | 4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX() 7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | regex.c | 4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX() 7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;
|