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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregerrs.h10 { REG_EBRACE, "REG_EBRACE", "braces {} not balanced" },
H A Dregex.h282 #define REG_EBRACE 9 /* braces {} not balanced */ macro
H A Dregc_lex.c320 FAILW(REG_EBRACE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h313 REG_EBRACE, /* Unmatched \{. */
311 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon6660
H A Dregex.c1334 gettext_noop ("Unmatched \\{") /* REG_EBRACE */
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h303 REG_EBRACE, /* Unmatched \{. */
301 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon7607
H A Dregex.c1053 gettext_noop ("Unmatched \\{") /* REG_EBRACE */
2641 FREE_STACK_RETURN (REG_EBRACE);
2666 if (c != '\\') FREE_STACK_RETURN (REG_EBRACE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h90 REG_EBRACE, /* "\{\}" or "{}" imbalance */ enumerator in enum:__anon2738
H A Dtre-parse.c791 return REG_EBRACE;
1492 return REG_EBRACE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c1607 test_comp("a{1", REG_EXTENDED, REG_EBRACE);
1618 test_comp("a\\{1", 0, REG_EBRACE);

Completed in 195 milliseconds