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

/freebsd-11-stable/include/
H A Dregex.h82 #define REG_EPAREN 8 macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex.h79 #define REG_EPAREN 8 macro
H A Dregerror.c72 = #define REG_EPAREN 8
96 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
H A Dregcomp.c352 (void)REQUIRE(MORE(), REG_EPAREN); local
365 (void)MUSTEAT(')', REG_EPAREN);
376 SETERROR(REG_EPAREN);
579 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
583 SETERROR(REG_EPAREN);
/freebsd-11-stable/contrib/llvm-project/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.c452 REQUIRE(MORE(), REG_EPAREN); local
465 MUSTEAT(')', REG_EPAREN);
476 SETERROR(REG_EPAREN);
706 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
710 SETERROR(REG_EPAREN);
/freebsd-11-stable/lib/libc/regex/
H A Dregerror.c71 = #define REG_EPAREN 8
96 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
H A Dregcomp.c371 (void)REQUIRE(MORE(), REG_EPAREN); local
384 (void)MUSTEAT(')', REG_EPAREN);
395 SETERROR(REG_EPAREN);
757 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
761 SETERROR(REG_EPAREN);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h310 REG_EPAREN, /* Parenthesis imbalance. */
308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon1427
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h310 REG_EPAREN, /* Parenthesis imbalance. */
308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon598
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h328 REG_EPAREN, /* Parenthesis imbalance. */
326 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon1944
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-11-stable/contrib/gdb/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */
305 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon1668
/freebsd-11-stable/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;
/freebsd-11-stable/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;

Completed in 173 milliseconds