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

12

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregerrs.h7 { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" },
H A Dregex.h268 #define REG_ESUBREG 6 /* invalid backreference number */ macro
H A Dregcomp.c982 INSIST(type != LACON, REG_ESUBREG);
983 INSIST(v->nextvalue < v->nsubs, REG_ESUBREG);
984 INSIST(v->subs[v->nextvalue] != NULL, REG_ESUBREG);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregerrs.h7 { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" },
H A Dregex.h283 #define REG_ESUBREG 6 /* invalid backreference number */ macro
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregex.h41 #define REG_ESUBREG 6 macro
H A Dregerror.c19 = #define REG_ESUBREG 6
44 REG_ESUBREG, "REG_ESUBREG", "invalid backreference number",
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregex_impl.h71 #define REG_ESUBREG 6 macro
H A Dregerror.c64 { REG_ESUBREG, "REG_ESUBREG", "invalid backreference number" },
/macosx-10.10.1/pcre-7/pcre/
H A Dpcreposix.h88 REG_ESUBREG, /* bad back reference */ enumerator in enum:__anon11468
H A Dpcreposix.c86 REG_ESUBREG, /* reference to non-existent subpattern */
/macosx-10.10.1/Libc-1044.1.2/regex/FreeBSD/
H A Dregerror.c69 = #define REG_ESUBREG 6
94 {REG_ESUBREG, "REG_ESUBREG", "invalid backreference number"},
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dregexp.c76 case REG_ESUBREG:
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dregex.h162 #define REG_ESUBREG 6 /* invalid backreference number */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dxregex2.h308 REG_ESUBREG, /* Invalid back reference. */
306 REG_ESUBREG, /* Invalid back reference. */ enumerator in enum:__anon7721
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dregex.h115 #define REG_ESUBREG 6 /* invalid \digit backreference */ macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregsub.c209 return REG_ESUBREG;
H A Dregsubexec.c85 return REG_ESUBREG;
H A Dregsubcomp.c323 return fatal(disc, REG_ESUBREG, s - 1);
H A Dregcomp.c2410 env->error = REG_ESUBREG;
2497 env->error = REG_ESUBREG;
2509 env->error = REG_ESUBREG;
2694 env->error = REG_ESUBREG;
3464 return REG_ESUBREG;
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre.h110 REG_ESUBREG, /* Invalid back reference. */ enumerator in enum:__anon2826
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.h311 REG_ESUBREG, /* Invalid back reference. */
309 REG_ESUBREG, /* Invalid back reference. */ enumerator in enum:__anon8518
/macosx-10.10.1/gnudiff-19/diffutils/lib/posix/
H A Dregex.h302 REG_ESUBREG, /* Invalid back reference. */
300 REG_ESUBREG, /* Invalid back reference. */ enumerator in enum:__anon8679
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregex.h410 #define REG_ESUBREG _REG_ESUBREG
408 #define REG_ESUBREG macro
/macosx-10.10.1/lsof-53/lsof/
H A Dregex.h354 REG_ESUBREG, /* Invalid back reference. */
352 REG_ESUBREG, /* Invalid back reference. */ enumerator in enum:__anon10664

Completed in 418 milliseconds

12