Searched refs:errorProcString (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclThreadTest.c109 static char *errorProcString; variable
376 if (errorProcString) {
377 ckfree(errorProcString);
380 errorProcString = ckalloc(strlen(proc)+1);
381 strcpy(errorProcString, proc);
574 if (errorProcString == NULL) {
582 argv[0] = errorProcString;
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadTest.c105 static char *errorProcString; variable
375 if (errorProcString) {
376 ckfree(errorProcString);
379 errorProcString = ckalloc(strlen(proc)+1);
380 strcpy(errorProcString, proc);
560 if (errorProcString == NULL) {
568 argv[0] = errorProcString;
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c205 static char *errorProcString; /* Tcl script to run when reporting error */ variable
1124 if (errorProcString) {
1125 Tcl_SetResult(interp, errorProcString, TCL_VOLATILE);
1129 if (errorProcString) {
1130 Tcl_Free(errorProcString);
1134 errorProcString = NULL;
1136 errorProcString = Tcl_Alloc(1+strlen(proc));
1137 strcpy(errorProcString, proc);
1781 if (errorProcString == NULL) {
1800 argv[0] = errorProcString;
[all...]

Completed in 129 milliseconds