Home
last modified time | relevance | path

Searched refs:REG_EPAREN (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/headers/posix/
Dregex_h.c58 MACRO(REG_EPAREN); in regex_h()
/bionic/libc/include/
Dregex.h79 #define REG_EPAREN 8 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregerror.c144 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
Dregcomp.c413 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
426 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
437 SETERROR(REG_EPAREN); in p_ere_exp()
664 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
668 SETERROR(REG_EPAREN); in p_simp_re()