Searched defs:outPipePtr (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclIOUtil.c714 * the caller must eventually close this file. If outPipePtr
715 * isn't NULL, then *outPipePtr is filled in with the file id
729 outPipePtr, errFilePtr)
745 Tcl_File *outPipePtr; /* If non-NULL, output to the pipeline goes
749 * *outPipePtr. NULL means command specified
810 if (outPipePtr != NULL) {
811 *outPipePtr = NULL;
1011 if (outPipePtr != NULL) {
1017 if (TclCreatePipe(outPipePtr, &outputFile) == 0) {
1214 if ((outPipePtr !
1354 Tcl_File *inPipePtr, *outPipePtr, *errFilePtr; local
[all...]
/ast/src/lib/libtksh/src/
H A Dfilecmd.c830 int **pidPtr, Tcl_File *inPipePtr, Tcl_File *outPipePtr)
846 if (outPipePtr)
849 *outPipePtr = Tcl_GetFile((ClientData) fdOut, TCL_UNIX_FD);
827 TclCreatePipeline(Tcl_Interp *interp, int argc, char *argv[], int **pidPtr, Tcl_File *inPipePtr, Tcl_File *outPipePtr) argument

Completed in 14 milliseconds