Searched refs:TclRegError (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_regexp.h6 #define regerror TclRegError
H A Dexp_clib.c119 #define TclRegError exp_TclRegError macro
158 * *** 4. Added errMsg declaration and TclRegError procedure ***
165 * *** 2. This in addition to changes to TclRegError makes the ***
178 * and checked after those functions. If an error occurred then TclRegError
181 * procedures TclRegError and TclGetRegError can be modified to use
291 #define FAIL(m) { TclRegError(m); return(NULL); }
903 TclRegError("NULL parameter");
909 TclRegError("corrupted program");
1177 TclRegError("memory corruption");
1188 TclRegError("corrupte
[all...]
H A Dexp_regexp.c1224 TclRegError("corrupted opcode");
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclRegexp.c321 TclRegError(interp, "error while matching regular expression: ",
709 * TclRegError --
723 TclRegError(
952 TclRegError(interp,
711 TclRegError( function
H A DtclIntDecls.h689 EXTERN void TclRegError(Tcl_Interp *interp, CONST char *msg,
1751 #ifndef TclRegError
1752 #define TclRegError \ macro
H A DtclStubInit.c233 TclRegError, /* 156 */
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclRegexp.c328 TclRegError(interp, "error while matching regular expression: ",
695 * TclRegError --
709 TclRegError(interp, msg, status)
939 TclRegError(interp,
697 TclRegError(interp, msg, status) function
H A DtclIntDecls.h452 EXTERN void TclRegError _ANSI_ARGS_((Tcl_Interp * interp,
1305 #ifndef TclRegError
1306 #define TclRegError \ macro
H A DtclStubInit.c253 TclRegError, /* 156 */

Completed in 216 milliseconds