Searched refs:REG_EBRACE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex_impl.h | 74 #define REG_EBRACE 9 macro
|
H A D | regerror.c | 67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
H A D | regcomp.c | 592 REQUIRE(MORE(), REG_EBRACE); in p_ere_exp() 763 REQUIRE(MORE(), REG_EBRACE); in p_simp_re()
|
/freebsd/contrib/nvi/regex/ |
H A D | regex.h | 80 #define REG_EBRACE 9 macro
|
H A D | regerror.c | 97 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
H A D | regcomp.c | 465 (void)REQUIRE(MORE(), REG_EBRACE); in p_ere_exp() 652 (void)REQUIRE(MORE(), REG_EBRACE); in p_simp_re()
|
/freebsd/include/ |
H A D | regex.h | 83 #define REG_EBRACE 9 macro
|
/freebsd/lib/libc/regex/ |
H A D | regerror.c | 91 {REG_EBRACE, "REG_EBRACE", "braces not balanced"},
|
H A D | regcomp.c | 610 (void)REQUIRE(MORE(), REG_EBRACE); in p_ere_exp() 987 (void)REQUIRE(MORE(), REG_EBRACE); in p_simp_re()
|