Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dregex.h75 #define REG_EPAREN 8 macro
/picolibc-3.7.0-3.6.0/newlib/libc/posix/
Dregerror.c96 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
Dregcomp.c357 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
370 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp()
381 SETERROR(REG_EPAREN); in p_ere_exp()
588 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
592 SETERROR(REG_EPAREN); in p_simp_re()