Searched refs:TCL_STDOUT (Results 1 - 25 of 83) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclMain.c496 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
564 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
630 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
818 Tcl_Channel outChannel = Tcl_GetStdChannel(TCL_STDOUT);
881 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
901 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
H A DtclPipe.c787 channel = Tcl_GetStdChannel(TCL_STDOUT);
1014 * application's standard input. If TCL_STDOUT is set then standard
1021 * TCL_STDIN, TCL_STDOUT, and TCL_STDERR; if it is set, then it is an
1023 * TCL_STDIN, TCL_STDOUT, and TCL_STDERR have been set.
1041 int flags) /* Or'ed combination of TCL_STDIN, TCL_STDOUT,
1053 outPipePtr = (flags & TCL_STDOUT) ? &outPipe : NULL;
1069 if ((flags & TCL_STDOUT) && (outPipe == NULL)) {
H A DtclIOCmd.c921 (ignoreStderr ? TCL_STDOUT : TCL_STDOUT|TCL_STDERR)));
1131 flags |= TCL_STDOUT;
1137 flags |= (TCL_STDIN | TCL_STDOUT);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclMain.c339 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
398 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
464 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
648 Tcl_Channel outChannel = Tcl_GetStdChannel(TCL_STDOUT);
711 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
729 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
H A DtclPipe.c803 channel = Tcl_GetStdChannel(TCL_STDOUT);
1029 * this application's standard input. If TCL_STDOUT is set then
1037 * TCL_STDIN, TCL_STDOUT, and TCL_STDERR; if it is set, then it
1039 * which TCL_STDIN, TCL_STDOUT, and TCL_STDERR have been set.
1057 int flags; /* Or'ed combination of TCL_STDIN, TCL_STDOUT,
1069 outPipePtr = (flags & TCL_STDOUT) ? &outPipe : NULL;
1085 if ((flags & TCL_STDOUT) && (outPipe == NULL)) {
H A DtclIOCmd.c808 (background ? 0 : TCL_STDOUT | TCL_STDERR));
1002 flags |= TCL_STDOUT;
1008 flags |= (TCL_STDIN | TCL_STDOUT);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkConsole.c41 int type; /* TCL_STDOUT or TCL_STDERR */
127 case TCL_STDOUT:
164 * if ((type == TCL_STDOUT)
250 doOut = ShouldUseConsoleChannel(TCL_STDOUT);
294 data->type = TCL_STDOUT;
305 Tcl_SetStdChannel(consoleChannel, TCL_STDOUT);
375 } else if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDOUT))
399 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDOUT))
H A DtkMain.c301 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
394 chan = Tcl_GetStdChannel(TCL_STDOUT);
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dmactkinit.c210 TkConsolePrint(gStdoutInterp, TCL_STDOUT, buffer, n);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkConsole.c42 int type; /* TCL_STDOUT or TCL_STDERR */
133 case TCL_STDOUT:
170 * if ((type == TCL_STDOUT)
257 doOut = ShouldUseConsoleChannel(TCL_STDOUT);
301 data->type = TCL_STDOUT;
312 Tcl_SetStdChannel(consoleChannel, TCL_STDOUT);
388 } else if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDOUT))
412 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDOUT))
H A DtkMain.c299 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
395 chan = Tcl_GetStdChannel(TCL_STDOUT);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXcmdloop.c136 stdoutChan = Tcl_GetStdChannel(TCL_STDOUT);
202 stdoutChan = Tcl_GetStdChannel (TCL_STDOUT);
290 Tcl_Channel stdoutChan = Tcl_GetStdChannel (TCL_STDOUT);
614 stdoutChan = Tcl_GetStdChannel (TCL_STDOUT);
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPipe.c451 Tcl_GetStdChannel(TCL_STDOUT);
470 || !SetupStdFile(outputFile, TCL_STDOUT)
655 int type) /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR */
668 case TCL_STDOUT:
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixPipe.c451 Tcl_GetStdChannel(TCL_STDOUT);
468 || !SetupStdFile(outputFile, TCL_STDOUT)
648 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR */
661 case TCL_STDOUT:
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXInit.c369 Tcl_RegisterChannel(interp, Tcl_GetStdChannel(TCL_STDOUT));
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_log.c204 Tcl_WriteChars (Tcl_GetStdChannel (TCL_STDOUT), buf, length);
205 Tcl_Flush (Tcl_GetStdChannel (TCL_STDOUT));
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXInit.c350 Tcl_RegisterChannel(interp, Tcl_GetStdChannel(TCL_STDOUT));
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c.orig429 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
436 case TCL_STDOUT:
467 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
501 case TCL_STDOUT:
503 stdoutChannel = TclGetDefaultStdChannel(TCL_STDOUT);
788 stdoutChan = Tcl_GetStdChannel(TCL_STDOUT);
1137 chanPtr = (Channel *)Tcl_GetStdChannel(TCL_STDOUT);
1256 Tcl_SetStdChannel((Tcl_Channel)chanPtr, TCL_STDOUT);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c.orig430 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
437 case TCL_STDOUT:
468 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
502 case TCL_STDOUT:
504 stdoutChannel = TclGetDefaultStdChannel(TCL_STDOUT);
789 stdoutChan = Tcl_GetStdChannel(TCL_STDOUT);
1138 chanPtr = (Channel *)Tcl_GetStdChannel(TCL_STDOUT);
1257 Tcl_SetStdChannel((Tcl_Channel)chanPtr, TCL_STDOUT);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c.orig430 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
437 case TCL_STDOUT:
468 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
502 case TCL_STDOUT:
504 stdoutChannel = TclGetDefaultStdChannel(TCL_STDOUT);
789 stdoutChan = Tcl_GetStdChannel(TCL_STDOUT);
1138 chanPtr = (Channel *)Tcl_GetStdChannel(TCL_STDOUT);
1257 Tcl_SetStdChannel((Tcl_Channel)chanPtr, TCL_STDOUT);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0b1/
H A DtclIO.c.orig422 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
429 case TCL_STDOUT:
460 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
494 case TCL_STDOUT:
496 stdoutChannel = TclGetDefaultStdChannel(TCL_STDOUT);
781 stdoutChan = Tcl_GetStdChannel(TCL_STDOUT);
1130 chanPtr = (Channel *)Tcl_GetStdChannel(TCL_STDOUT);
1249 Tcl_SetStdChannel((Tcl_Channel)chanPtr, TCL_STDOUT);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c.orig429 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
436 case TCL_STDOUT:
467 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
501 case TCL_STDOUT:
503 stdoutChannel = TclGetDefaultStdChannel(TCL_STDOUT);
788 stdoutChan = Tcl_GetStdChannel(TCL_STDOUT);
1137 chanPtr = (Channel *)Tcl_GetStdChannel(TCL_STDOUT);
1256 Tcl_SetStdChannel((Tcl_Channel)chanPtr, TCL_STDOUT);
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinChan.c1239 int type) /* One of TCL_STDIN, TCL_STDOUT, or
1255 case TCL_STDOUT:
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinChan.c1173 int type; /* One of TCL_STDIN, TCL_STDOUT, TCL_STDERR. */
1188 case TCL_STDOUT:
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ps/
H A Dps.c293 TCL_STDIN|TCL_STDOUT|TCL_STDERR|TCL_ENFORCE_MODE);

Completed in 502 milliseconds

1234