Searched refs:REG_EPAREN (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregex_impl.h73 #define REG_EPAREN 8 macro
H A Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
H A Dregcomp.c316 REQUIRE(MORE(), REG_EPAREN); local
329 MUSTEAT(')', REG_EPAREN);
340 SETERROR(REG_EPAREN);
570 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
574 SETERROR(REG_EPAREN);
/freebsd-10.1-release/contrib/nvi/regex/
H A Dregex.h83 #define REG_EPAREN 8 macro
H A Dregerror.c76 = #define REG_EPAREN 8
100 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
H A Dregcomp.c368 (void)REQUIRE(MORE(), REG_EPAREN); local
381 (void)MUSTEAT(')', REG_EPAREN);
392 SETERROR(REG_EPAREN);
599 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
603 SETERROR(REG_EPAREN);
/freebsd-10.1-release/include/
H A Dregex.h82 #define REG_EPAREN 8 macro
/freebsd-10.1-release/lib/libc/regex/
H A Dregerror.c71 = #define REG_EPAREN 8
96 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
H A Dregcomp.c357 (void)REQUIRE(MORE(), REG_EPAREN); local
370 (void)MUSTEAT(')', REG_EPAREN);
381 SETERROR(REG_EPAREN);
605 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
609 SETERROR(REG_EPAREN);
/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h310 REG_EPAREN, /* Parenthesis imbalance. */
308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon605
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h310 REG_EPAREN, /* Parenthesis imbalance. */
308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon1228
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */
305 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon1469
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h328 REG_EPAREN, /* Parenthesis imbalance. */
326 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon1709
H A Dregcomp.c156 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
505 unmatched close-group: both are REG_EPAREN. */
507 ret = REG_EPAREN;
2469 *err = REG_EPAREN;
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c1364 gettext_noop ("Unmatched ( or \\("), /* REG_EPAREN */
4163 FREE_STACK_RETURN (REG_EPAREN);
7985 unmatched close-group: both are REG_EPAREN. */
7986 if (ret == REG_ERPAREN) ret = REG_EPAREN;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c1364 gettext_noop ("Unmatched ( or \\("), /* REG_EPAREN */
4163 FREE_STACK_RETURN (REG_EPAREN);
7985 unmatched close-group: both are REG_EPAREN. */
7986 if (ret == REG_ERPAREN) ret = REG_EPAREN;

Completed in 309 milliseconds