Searched refs:REG_EPAREN (Results 1 – 17 of 17) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | regex_impl.h | 73 #define REG_EPAREN 8 macro
|
| D | regerror.c | 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
| D | regcomp.c | 316 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 329 MUSTEAT(')', REG_EPAREN); in p_ere_exp() 340 SETERROR(REG_EPAREN); in p_ere_exp() 570 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re() 574 SETERROR(REG_EPAREN); in p_simp_re()
|
| /freebsd-10-stable/contrib/nvi/regex/ |
| D | regex.h | 83 #define REG_EPAREN 8 macro
|
| D | regerror.c | 100 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
| D | regcomp.c | 368 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 381 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp() 392 SETERROR(REG_EPAREN); in p_ere_exp() 599 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re() 603 SETERROR(REG_EPAREN); in p_simp_re()
|
| /freebsd-10-stable/include/ |
| D | regex.h | 82 #define REG_EPAREN 8 macro
|
| /freebsd-10-stable/lib/libc/regex/ |
| D | regerror.c | 96 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
|
| D | regcomp.c | 373 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 386 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp() 397 SETERROR(REG_EPAREN); in p_ere_exp() 623 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re() 627 SETERROR(REG_EPAREN); in p_simp_re()
|
| /freebsd-10-stable/contrib/gdb/include/ |
| D | xregex2.h | 305 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-10-stable/contrib/gcclibs/include/ |
| D | xregex2.h | 308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-10-stable/contrib/binutils/include/ |
| D | xregex2.h | 308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| /freebsd-10-stable/contrib/libgnuregex/ |
| D | regex.h | 326 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
|
| D | regcomp.c | 504 ret = REG_EPAREN; 2460 *err = REG_EPAREN; in parse_sub_exp()
|
| /freebsd-10-stable/contrib/binutils/libiberty/ |
| D | regex.c | 4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX() 7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;
|
| /freebsd-10-stable/contrib/gcclibs/libiberty/ |
| D | regex.c | 4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX() 7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;
|
| /freebsd-10-stable/gnu/lib/libregex/doc/ |
| D | xregex.texi | 2395 @item REG_EPAREN
|