Searched refs:REG_EPAREN (Results 1 – 16 of 16) sorted by relevance
| /freebsd-11-stable/contrib/nvi/regex/ |
| HD | regex.h | 79 #define REG_EPAREN 8 macro
|
| HD | regerror.c | 96 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
| HD | 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-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | regex_impl.h | 73 #define REG_EPAREN 8 macro
|
| HD | regerror.c | 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
| HD | 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-11-stable/include/ |
| HD | regex.h | 82 #define REG_EPAREN 8 macro
|
| /freebsd-11-stable/lib/libc/regex/ |
| HD | regerror.c | 96 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
|
| HD | regcomp.c | 371 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 384 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp() 395 SETERROR(REG_EPAREN); in p_ere_exp() 757 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re() 761 SETERROR(REG_EPAREN); in p_simp_re()
|
| /freebsd-11-stable/contrib/gdb/include/ |
| HD | xregex2.h | 305 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-11-stable/contrib/binutils/include/ |
| HD | xregex2.h | 308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-11-stable/contrib/gcclibs/include/ |
| HD | xregex2.h | 308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-11-stable/contrib/libgnuregex/ |
| HD | regex.h | 326 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| HD | regcomp.c | 504 ret = REG_EPAREN; 2460 *err = REG_EPAREN; in parse_sub_exp()
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | regex.c | 4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX() 7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;
|
| /freebsd-11-stable/contrib/binutils/libiberty/ |
| HD | regex.c | 4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX() 7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;
|