Searched refs:Tcl_RegExpExecObj (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclRegexp.c415 * Tcl_RegExpExecObj --
431 Tcl_RegExpExecObj(
520 return Tcl_RegExpExecObj(interp, re, textObj, 0 /* offset */,
961 * Tcl_RegExpExecObj to optionally do a fast match (avoids RE engine).
424 Tcl_RegExpExecObj( function
H A DtclStubInit.c887 Tcl_RegExpExecObj, /* 376 */
H A DtclCmdMZ.c278 match = Tcl_RegExpExecObj(interp, regExpr, objPtr, offset,
666 match = Tcl_RegExpExecObj(interp, regExpr, objPtr, offset,
3772 int matched = Tcl_RegExpExecObj(interp, regExpr,
H A DtclDecls.h2225 EXTERN int Tcl_RegExpExecObj(Tcl_Interp *interp,
5566 #ifndef Tcl_RegExpExecObj
5567 #define Tcl_RegExpExecObj \ macro
H A DtclCmdIL.c3293 match = Tcl_RegExpExecObj(interp, regexp, itemPtr, 0, 0, 0);
H A DtclExecute.c4470 match = Tcl_RegExpExecObj(interp, regExpr, valuePtr, 0, 0, 0);
H A DtclTest.c3792 match = Tcl_RegExpExecObj(interp, regExpr, objPtr, 0 /* offset */,
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclRegexp.c424 * Tcl_RegExpExecObj --
441 Tcl_RegExpExecObj(interp, re, objPtr, offset, nmatches, flags)
510 return Tcl_RegExpExecObj(interp, re, stringObj, 0 /* offset */,
434 Tcl_RegExpExecObj(interp, re, objPtr, offset, nmatches, flags) function
H A DtclStubInit.c838 Tcl_RegExpExecObj, /* 376 */
H A DtclDecls.h1203 EXTERN int Tcl_RegExpExecObj _ANSI_ARGS_((Tcl_Interp * interp,
3830 #ifndef Tcl_RegExpExecObj
3831 #define Tcl_RegExpExecObj \ macro
H A DtclCmdMZ.c382 match = Tcl_RegExpExecObj(interp, regExpr, objPtr,
752 match = Tcl_RegExpExecObj(interp, regExpr, objPtr, offset,
H A DtclCmdIL.c3582 match = Tcl_RegExpExecObj(interp, regexp, listv[i], 0, 0, 0);
H A DtclTest.c3443 match = Tcl_RegExpExecObj(interp, regExpr, objPtr, 0 /* offset */,
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEAddress.c1759 if (Tcl_RegExpExecObj(interp, applRE, addressObj, 0, -1, 0) == 1) {
1845 if (Tcl_RegExpExecObj(interp, appleTalkRE, addressObj, 0, -1, 0) == 1) {
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A DDbg.c190 if (Tcl_RegExpExecObj(NULL, re, cmdObj, 0 /* offset */,
H A Dexp_inter.c311 result = Tcl_RegExpExecObj(NULL, re, buf, offset,
H A Dexpect.c889 result = Tcl_RegExpExecObj(interp, re, buf, 0 /* offset */,
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkText.c5883 match = Tcl_RegExpExecObj(interp, regexp, theLine,
5987 match = Tcl_RegExpExecObj(interp, regexp, theLine,

Completed in 475 milliseconds