Searched refs:REG_BADBR (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregex.h283 #define REG_BADBR 10 /* invalid repetition count(s) */ macro
H A Dregc_lex.c366 FAILW(REG_BADBR);
374 FAILW(REG_BADBR);
377 FAILW(REG_BADBR);
H A Dregcomp.c942 ERR(REG_BADBR);
953 ERR(REG_BADBR);
1156 ERR(REG_BADBR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h314 REG_BADBR, /* Invalid contents of \{\}. */
312 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon6660
H A Dregex.c1337 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
3893 FREE_STACK_RETURN (REG_BADBR);
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.h304 REG_BADBR, /* Invalid contents of \{\}. */
302 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon7607
H A Dregex.c1056 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
2661 FREE_STACK_RETURN (REG_BADBR);
2676 FREE_STACK_RETURN (REG_BADBR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h91 REG_BADBR, /* Invalid content of {} */ enumerator in enum:__anon2738
H A Dtre-parse.c632 return REG_BADBR;
777 return REG_BADBR;
795 return REG_BADBR;
801 return REG_BADBR;
809 return REG_BADBR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c1608 test_comp("a{1,x}", REG_EXTENDED, REG_BADBR);
1609 test_comp("a{1x}", REG_EXTENDED, REG_BADBR);
1610 test_comp("a{1,0}", REG_EXTENDED, REG_BADBR);
1611 test_comp("a{x}", REG_EXTENDED, REG_BADBR);
1612 test_comp("a{}", REG_EXTENDED, REG_BADBR);
1619 test_comp("a\\{1,x\\}", 0, REG_BADBR);
1620 test_comp("a\\{1x\\}", 0, REG_BADBR);
1621 test_comp("a\\{1,0\\}", 0, REG_BADBR);
1622 test_comp("a\\{x\\}", 0, REG_BADBR);
1623 test_comp("a\\{\\}", 0, REG_BADBR);
[all...]

Completed in 207 milliseconds