Home
last modified time | relevance | path

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

/openbsd-src/include/
H A Dregex.h77 #define REG_EPAREN 8 macro
/openbsd-src/gnu/llvm/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); in p_ere_exp()
465 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
476 SETERROR(REG_EPAREN); in p_ere_exp()
706 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
710 SETERROR(REG_EPAREN); in p_simp_re()
/openbsd-src/lib/libc/regex/
H A Dregerror.c61 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
H A Dregcomp.c294 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
307 REQUIRE(MORE() && GETNEXT() == ')', REG_EPAREN); in p_ere_exp()
517 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
521 SETERROR(REG_EPAREN); in p_simp_re()
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.h271 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
H A Dregex.c2971 FREE_STACK_RETURN (REG_EPAREN);
6233 if (ret == REG_ERPAREN) ret = REG_EPAREN;
/openbsd-src/gnu/lib/libiberty/include/
H A Dxregex2.h308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dxregex2.h308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/openbsd-src/gnu/gcc/include/
H A Dxregex2.h308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dxregex2.h305 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h300 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
H A Dgnu-regex.c2806 FREE_STACK_RETURN (REG_EPAREN);
5590 if (ret == REG_ERPAREN) ret = REG_EPAREN;
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c4150 FREE_STACK_RETURN (REG_EPAREN); in PREFIX()
7965 if (ret == REG_ERPAREN) ret = REG_EPAREN;