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

/ast/src/lib/libtksh/tcl/
H A DtclEvent.c204 BgError *firstBgPtr; /* First in list of all background errors member in struct:ErrAssocData
1315 assocPtr->firstBgPtr = NULL;
1320 if (assocPtr->firstBgPtr == NULL) {
1321 assocPtr->firstBgPtr = errPtr;
1360 while (assocPtr->firstBgPtr != NULL) {
1361 interp = assocPtr->firstBgPtr->interp;
1371 Tcl_SetVar(interp, "errorInfo", assocPtr->firstBgPtr->errorInfo,
1373 Tcl_SetVar(interp, "errorCode", assocPtr->firstBgPtr->errorCode,
1381 argv[1] = assocPtr->firstBgPtr->errorMsg;
1399 Tcl_Write(errChannel, assocPtr->firstBgPtr
[all...]

Completed in 12 milliseconds