Searched refs:TclRegexp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclRegexp.h22 * The TclRegexp structure encapsulates a compiled regex_t, the flags that
29 typedef struct TclRegexp { struct
44 } TclRegexp; typedef in typeref:struct:TclRegexp
H A DtclRegexp.c77 struct TclRegexp *regexps[NUM_REGEXPS];
88 static TclRegexp * CompileRegexp(Tcl_Interp *interp, const char *pattern,
93 static void FreeRegexp(TclRegexp *regexpPtr);
180 TclRegexp *regexp = (TclRegexp *)re;
248 TclRegexp *regexpPtr = (TclRegexp *) re;
301 TclRegexp *regexpPtr = (TclRegexp *) re;
363 TclRegexp *regexpPt
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclRegexp.h27 * The TclRegexp structure encapsulates a compiled regex_t,
35 typedef struct TclRegexp { struct
49 } TclRegexp; typedef in typeref:struct:TclRegexp
H A DtclRegexp.c79 struct TclRegexp *regexps[NUM_REGEXPS];
90 static TclRegexp * CompileRegexp _ANSI_ARGS_((Tcl_Interp *interp,
95 static void FreeRegexp _ANSI_ARGS_((TclRegexp *regexpPtr));
186 TclRegexp *regexp = (TclRegexp *)re;
254 TclRegexp *regexpPtr = (TclRegexp *) re;
308 TclRegexp *regexpPtr = (TclRegexp *) re;
370 TclRegexp *regexpPt
[all...]

Completed in 94 milliseconds