Searched refs:REG_EPAREN (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist/ |
D | pcreposix.c | 89 REG_EPAREN, /* missing ) */ 94 REG_EPAREN, /* missing ) after comment */ 99 REG_EPAREN, /* unmatched parentheses */
|
D | pcreposix.h | 85 REG_EPAREN, /* unbalanced () */ enumerator
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 73 #define REG_EPAREN 8 macro
|
D | regerror.c | 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
D | regcomp.c | 316 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 329 MUSTEAT(')', REG_EPAREN); in p_ere_exp() 340 SETERROR(REG_EPAREN); in p_ere_exp() 570 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re() 574 SETERROR(REG_EPAREN); in p_simp_re()
|