Searched refs:REG_EBRACE (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dregex.h85 #define REG_EBRACE 9 macro
H A Dregerror.c77 = #define REG_EBRACE 9
101 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
H A Dregcomp.c481 (void)REQUIRE(MORE(), REG_EBRACE); local
672 (void)REQUIRE(MORE(), REG_EBRACE); local
/netbsd-6-1-5-RELEASE/include/
H A Dregex.h114 #define REG_EBRACE 9 macro
/netbsd-6-1-5-RELEASE/lib/libc/regex/
H A Dregerror.c121 = #define REG_EBRACE 9
145 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
H A Dregcomp.c527 REQUIRE(MORE(), REG_EBRACE); local
720 REQUIRE(MORE(), REG_EBRACE); local
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre.h97 REG_EBRACE, /* "\{\}" or "{}" imbalance */
H A Dtre-parse.c805 return REG_EBRACE;
1506 return REG_EBRACE;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dxregex2.h311 REG_EBRACE, /* Unmatched \{. */
309 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon3716
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dxregex2.h311 REG_EBRACE, /* Unmatched \{. */
309 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon6855
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dxregex2.h311 REG_EBRACE, /* Unmatched \{. */
309 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon4470
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dxregex2.h311 REG_EBRACE, /* Unmatched \{. */
309 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon1084
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dregex.h314 REG_EBRACE, /* Unmatched \{. */
312 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon4743
H A Dregex.c1334 gettext_noop ("Unmatched \\{") /* REG_EBRACE */
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/posix/
H A Dregex.h311 REG_EBRACE, /* Unmatched \{. */
309 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon4799
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/posix/
H A Dregex.h307 REG_EBRACE, /* Unmatched \{. */
305 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon2999
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex.h392 #define REG_EBRACE _REG_EBRACE
390 #define REG_EBRACE macro
H A Dregcomp.c159 gettext_noop ("Unmatched \\{") /* REG_EBRACE */
2469 *err = REG_EBRACE;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/
H A Dretest.c1607 test_comp("a{1", REG_EXTENDED, REG_EBRACE);
1618 test_comp("a\\{1", 0, REG_EBRACE);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dregex.c1365 gettext_noop ("Unmatched \\{"), /* REG_EBRACE */
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dregex.c1365 gettext_noop ("Unmatched \\{"), /* REG_EBRACE */
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dregex.c1365 gettext_noop ("Unmatched \\{"), /* REG_EBRACE */
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c1334 gettext_noop ("Unmatched \\{") /* REG_EBRACE */
3978 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dregex.c1404 gettext_noop ("Unmatched \\{") /* REG_EBRACE */
4058 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dregex.c1365 gettext_noop ("Unmatched \\{"), /* REG_EBRACE */
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);

Completed in 605 milliseconds