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

/ast/src/lib/libtksh/tcl/
H A Dregexp.c34 * *** 4. Added errMsg declaration and TclRegError procedure ***
41 * *** 2. This in addition to changes to TclRegError makes the ***
52 * and checked after those functions. If an error occurred then TclRegError
55 * procedures TclRegError and TclGetRegError can be modified to use
165 #define FAIL(m) { TclRegError(m); return(NULL); }
777 TclRegError("NULL parameter");
783 TclRegError("corrupted program");
1051 TclRegError("memory corruption");
1062 TclRegError("corrupted pointers");
1104 TclRegError("interna
1325 TclRegError(string) function
[all...]

Completed in 15 milliseconds