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

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclPipe.c440 * this file. If errFilePtr isn't NULL, then *errFilePtr is filled
452 outPipePtr, errFilePtr)
474 TclFile *errFilePtr; /* If non-NULL, all stderr output from the
477 * the file will be left at *errFilePtr.
528 if (errFilePtr != NULL) {
529 *errFilePtr = NULL;
819 } else if (errFilePtr != NULL) {
836 *errFilePtr = errorFile;
1000 if ((errFilePtr !
1054 TclFile *inPipePtr, *outPipePtr, *errFilePtr; local
[all...]
H A DtclIntDecls.h68 TclFile * outPipePtr, TclFile * errFilePtr));
75 TclFile * outPipePtr, TclFile * errFilePtr));
558 int (*tclCreatePipeline) _ANSI_ARGS_((Tcl_Interp * interp, int argc, CONST char ** argv, Tcl_Pid ** pidArrayPtr, TclFile * inPipePtr, TclFile * outPipePtr, TclFile * errFilePtr)); /* 9 */
561 int (*tclCreatePipeline) _ANSI_ARGS_((Tcl_Interp * interp, int argc, CONST char ** argv, Tcl_Pid ** pidArrayPtr, TclFile * inPipePtr, TclFile * outPipePtr, TclFile * errFilePtr)); /* 9 */
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclPipe.c424 * pipe from the pipeline: the caller must close this file. If errFilePtr
425 * isn't NULL, then *errFilePtr is filled with a file id that may be used
457 TclFile *errFilePtr) /* If non-NULL, all stderr output from the
460 * file will be left at *errFilePtr. The file
511 if (errFilePtr != NULL) {
512 *errFilePtr = NULL;
804 } else if (errFilePtr != NULL) {
821 *errFilePtr = errorFile;
986 if ((errFilePtr != NULL) && (*errFilePtr !
430 TclCreatePipeline( Tcl_Interp *interp, int argc, CONST char **argv, Tcl_Pid **pidArrayPtr, TclFile *inPipePtr, TclFile *outPipePtr, TclFile *errFilePtr) argument
1038 TclFile *inPipePtr, *outPipePtr, *errFilePtr; local
[all...]
H A DtclIntDecls.h99 TclFile *errFilePtr);
1053 int (*tclCreatePipeline) (Tcl_Interp *interp, int argc, CONST char **argv, Tcl_Pid **pidArrayPtr, TclFile *inPipePtr, TclFile *outPipePtr, TclFile *errFilePtr); /* 9 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A Dtcl.h769 int *errFilePtr));
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A Dtcl.h769 int *errFilePtr));
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A Dtcl.h910 int *errFilePtr));
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0a2/
H A Dtcl.h913 int *errFilePtr));

Completed in 106 milliseconds