Lines Matching refs:errorInfo
98 char *errorInfo; /* Information for "errorInfo" variable,
173 * -i errorInfo
175 * "ErrorInfo" gives a string with which to initialize the errorInfo
983 * Tcl_AddErrorInfo will store the interp's result in errorInfo
984 * before appending riPtr's $errorInfo; we've already got
985 * everything we need in riPtr's $errorInfo.
990 "errorInfo", (char *) NULL, TCL_GLOBAL_ONLY));
1072 pending.errorInfo = NULL;
1113 if (pending.errorInfo != NULL) {
1117 * result in errorInfo before appending pending.errorInfo; we've
1118 * already got everything we need in pending.errorInfo.
1122 Tcl_AddErrorInfo(interp, pending.errorInfo);
1123 ckfree(pending.errorInfo);
1471 varValue = Tcl_GetVar2(remoteInterp, "errorInfo",
1513 char *errorInfo, *errorCode, *resultString;
1527 errorInfo = NULL;
1544 errorInfo = p+3;
1585 if (errorInfo != NULL) {
1586 pcPtr->errorInfo = (char *) ckalloc((unsigned)
1587 (strlen(errorInfo) + 1));
1588 strcpy(pcPtr->errorInfo, errorInfo);