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

/freebsd-13-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-13-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-13-stable/include/
H A Dregex.h85 #define REG_EPAREN 8 macro
/freebsd-13-stable/lib/libc/regex/
H A Dregerror.c73 = #define REG_EPAREN 8
98 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
H A Dregcomp.c420 (void)REQUIRE(MORE(), REG_EPAREN); local
433 (void)MUSTEAT(')', REG_EPAREN);
444 SETERROR(REG_EPAREN);
900 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
903 SETERROR(REG_EPAREN);

Completed in 167 milliseconds