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

12

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregex.h272 #define REG_BADBR 10 /* invalid repetition count(s) */ macro
H A Dregc_lex.c416 FAILW(REG_BADBR);
425 FAILW(REG_BADBR);
429 FAILW(REG_BADBR);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregerrs.h11 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregex.h287 #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);
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregex.h45 #define REG_BADBR 10 macro
H A Dregerror.c23 = #define REG_BADBR 10
48 REG_BADBR, "REG_BADBR", "invalid repetition count(s)",
H A Dregcomp.c356 REQUIRE(count <= count2, REG_BADBR);
366 SETERROR(REG_BADBR);
534 REQUIRE(count <= count2, REG_BADBR);
544 SETERROR(REG_BADBR);
568 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregex_impl.h75 #define REG_BADBR 10 macro
H A Dregerror.c68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregcomp.c419 REQUIRE(count <= count2, REG_BADBR);
429 SETERROR(REG_BADBR);
590 REQUIRE(count <= count2, REG_BADBR);
600 SETERROR(REG_BADBR);
622 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/macosx-10.10.1/pcre-7/pcre/
H A Dpcreposix.h75 REG_BADBR, /* invalid repeat counts in {} */ enumerator in enum:__anon11468
H A Dpcreposix.c72 REG_BADBR, /* numbers out of order in {} quantifier */
74 REG_BADBR, /* number too big in {} quantifier */
/macosx-10.10.1/Libc-1044.1.2/regex/FreeBSD/
H A Dregerror.c73 = #define REG_BADBR 10
98 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dregexp.c73 case REG_BADBR:
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dregex.h166 #define REG_BADBR 10 /* invalid repetition count(s) */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dxregex2.h312 REG_BADBR, /* Invalid contents of \{\}. */
310 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon7721
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dregex.h119 #define REG_BADBR 10 /* invalid {...} digits */ macro
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre.h114 REG_BADBR, /* Invalid content of {} */ enumerator in enum:__anon2826
H A Dtre-parse.c939 return (ctx->cflags & REG_EXTENDED) ? REG_NOMATCH : REG_BADBR;
941 return REG_BADBR;
956 return REG_BADBR;
1102 return REG_BADBR;
1121 return REG_BADBR;
1127 return REG_BADBR;
1156 return REG_BADBR;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.h315 REG_BADBR, /* Invalid contents of \{\}. */
313 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon8518
/macosx-10.10.1/gnudiff-19/diffutils/lib/posix/
H A Dregex.h306 REG_BADBR, /* Invalid contents of \{\}. */
304 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon8679
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregex.h414 #define REG_BADBR _REG_BADBR
412 #define REG_BADBR macro
/macosx-10.10.1/lsof-53/lsof/
H A Dregex.h358 REG_BADBR, /* Invalid contents of \{\}. */
356 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon10664

Completed in 301 milliseconds

12