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

/freebsd-current/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-current/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-current/include/
H A Dregex.h82 #define REG_EPAREN 8 macro
/freebsd-current/lib/libc/regex/
H A Dregerror.c65 = #define REG_EPAREN 8
90 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
H A Dregcomp.c412 (void)REQUIRE(MORE(), REG_EPAREN); local
425 (void)MUSTEAT(')', REG_EPAREN);
436 SETERROR(REG_EPAREN);
907 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
913 SETERROR(REG_EPAREN);

Completed in 180 milliseconds