Lines Matching defs:pidPtr
38 int *pidPtr; /* The process IDs themselves. Allocated by
684 sprintf(buf, "%d", pipePtr->pidPtr[i]);
686 Tcl_DetachPids(1, &(pipePtr->pidPtr[i]));
689 ckfree((char *) pipePtr->pidPtr);
840 Tcl_DetachPids(pipePtr->numPids, pipePtr->pidPtr);
862 result = TclCleanupChildren(interp, pipePtr->numPids, pipePtr->pidPtr,
868 ckfree((char *) pipePtr->pidPtr);
1322 TclCreateCommandChannel(readFile, writeFile, errorFile, numPids, pidPtr)
1328 int *pidPtr; /* An array of process identifiers.
1343 statePtr->pidPtr = pidPtr;
1382 * pidPtr will be freed by the caller if the return value is NULL.
1442 sprintf(string, "%d", pipePtr->pidPtr[i]);