Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/bsd/nvi/dist/regex/
H A Dregex.h83 #define REG_EPAREN 8 macro
H A Dregerror.c104 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
H A Dregcomp.c372 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
385 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp()
396 SETERROR(REG_EPAREN); in p_ere_exp()
603 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
607 SETERROR(REG_EPAREN); in p_simp_re()
/netbsd/include/
H A Dregex.h114 #define REG_EPAREN 8 macro
/netbsd/lib/libc/regex/
H A Dregerror.c111 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
H A Dregcomp.c467 (void)REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
480 (void)MUSTEAT(')', REG_EPAREN); in p_ere_exp()
491 SETERROR(REG_EPAREN); in p_ere_exp()
989 (void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
992 SETERROR(REG_EPAREN); in p_simp_re()
/netbsd/external/bsd/tre/dist/include/tre/
H A Dtre.h89 REG_EPAREN, /* "\(\)" or "()" imbalance */
/netbsd/external/gpl3/gdb/dist/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/gpl2/grep/dist/lib/posix/
H A Dregex.h308 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h304 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h311 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/gpl3/binutils/dist/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/gpl3/gcc/dist/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */ enumerator
/netbsd/external/bsd/tre/dist/lib/
H A Dtre.h96 REG_EPAREN, /* "\(\)" or "()" imbalance */ in __weak_alias()
H A Dtre-parse.c1026 status = REG_EPAREN; in tre_parse()
1745 return REG_EPAREN; in tre_parse()
/netbsd/external/bsd/tre/dist/tests/
H A Dretest.c1603 test_comp("(", REG_EXTENDED, REG_EPAREN); in main()
1604 test_comp("(aaa", REG_EXTENDED, REG_EPAREN); in main()
1616 test_comp("\\(", 0, REG_EPAREN); in main()
1617 test_comp("\\)", 0, REG_EPAREN); in main()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dregex.h387 #define REG_EPAREN _REG_EPAREN macro
H A Dregcomp.c477 ret = REG_EPAREN; in regcomp()
2408 *err = REG_EPAREN; in parse_sub_exp()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dregex.c4152 FREE_STACK_RETURN (REG_EPAREN); in PREFIX()
7973 if (ret == REG_ERPAREN) ret = REG_EPAREN;

12