Lines Matching defs:errorInfo
188 char *errorInfo; /* Value of the errorInfo variable
1278 * errorInfo gets properly set. It's needed in cases where the error
1280 * in these cases errorInfo still won't have been set when this
1290 varValue = Tcl_GetVar(interp, "errorInfo", TCL_GLOBAL_ONLY);
1294 errPtr->errorInfo = (char *) ckalloc((unsigned) (strlen(varValue) + 1));
1295 strcpy(errPtr->errorInfo, varValue);
1371 Tcl_SetVar(interp, "errorInfo", assocPtr->firstBgPtr->errorInfo,
1399 Tcl_Write(errChannel, assocPtr->firstBgPtr->errorInfo, -1);
1438 ckfree(assocPtr->firstBgPtr->errorInfo);
1480 ckfree(errPtr->errorInfo);