Searched refs:Tcl_GetStdChannel (Results 1 - 25 of 103) sorted by relevance

12345

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclMain.c307 errChannel = Tcl_GetStdChannel(TCL_STDERR);
427 errChannel = Tcl_GetStdChannel(TCL_STDERR);
451 errChannel = Tcl_GetStdChannel(TCL_STDERR);
495 inChannel = Tcl_GetStdChannel(TCL_STDIN);
496 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
507 inChannel = Tcl_GetStdChannel(TCL_STDIN);
563 inChannel = Tcl_GetStdChannel(TCL_STDIN);
564 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
565 errChannel = Tcl_GetStdChannel(TCL_STDERR);
629 inChannel = Tcl_GetStdChannel(TCL_STDI
[all...]
H A DtclPipe.c758 channel = Tcl_GetStdChannel(TCL_STDIN);
787 channel = Tcl_GetStdChannel(TCL_STDOUT);
827 channel = Tcl_GetStdChannel(TCL_STDERR);
H A DtclEvent.c262 Tcl_Channel errChannel = Tcl_GetStdChannel(TCL_STDERR);
444 Tcl_Channel errChannel = Tcl_GetStdChannel(TCL_STDERR);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclMain.c280 errChannel = Tcl_GetStdChannel(TCL_STDERR);
300 errChannel = Tcl_GetStdChannel(TCL_STDERR);
338 inChannel = Tcl_GetStdChannel(TCL_STDIN);
339 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
347 inChannel = Tcl_GetStdChannel(TCL_STDIN);
397 inChannel = Tcl_GetStdChannel(TCL_STDIN);
398 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
399 errChannel = Tcl_GetStdChannel(TCL_STDERR);
463 inChannel = Tcl_GetStdChannel(TCL_STDIN);
464 outChannel = Tcl_GetStdChannel(TCL_STDOU
[all...]
H A DtclPipe.c774 channel = Tcl_GetStdChannel(TCL_STDIN);
803 channel = Tcl_GetStdChannel(TCL_STDOUT);
842 channel = Tcl_GetStdChannel(TCL_STDERR);
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixInit.c111 Tcl_Channel errChannel = Tcl_GetStdChannel(TCL_STDERR);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkMain.c291 inChannel = Tcl_GetStdChannel(TCL_STDIN);
301 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
386 chan = Tcl_GetStdChannel(TCL_STDIN);
394 chan = Tcl_GetStdChannel(TCL_STDOUT);
H A DtkConsole.c191 } else if (Tcl_GetStdChannel(type) == NULL) {
373 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDIN))
375 } else if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDOUT))
377 } else if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDERR))
392 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDIN))
399 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDOUT))
406 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDERR))
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkMain.c289 inChannel = Tcl_GetStdChannel(TCL_STDIN);
299 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
387 chan = Tcl_GetStdChannel(TCL_STDIN);
395 chan = Tcl_GetStdChannel(TCL_STDOUT);
H A DtkConsole.c197 } else if (Tcl_GetStdChannel(type) == NULL) {
386 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDIN))
388 } else if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDOUT))
390 } else if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDERR))
405 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDIN))
412 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDOUT))
419 if (Tcl_GetChannelType(chan = Tcl_GetStdChannel(TCL_STDERR))
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXInit.c368 Tcl_RegisterChannel(interp, Tcl_GetStdChannel(TCL_STDIN));
369 Tcl_RegisterChannel(interp, Tcl_GetStdChannel(TCL_STDOUT));
370 Tcl_RegisterChannel(interp, Tcl_GetStdChannel(TCL_STDERR));
466 Tcl_Channel errChannel = Tcl_GetStdChannel(TCL_STDERR);
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixInit.c121 Tcl_Channel errChannel = Tcl_GetStdChannel(TCL_STDERR);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXcmdloop.c136 stdoutChan = Tcl_GetStdChannel(TCL_STDOUT);
137 stderrChan = Tcl_GetStdChannel(TCL_STDERR);
202 stdoutChan = Tcl_GetStdChannel (TCL_STDOUT);
203 stderrChan = Tcl_GetStdChannel (TCL_STDERR);
290 Tcl_Channel stdoutChan = Tcl_GetStdChannel (TCL_STDOUT);
614 stdoutChan = Tcl_GetStdChannel (TCL_STDOUT);
622 stdinChan = Tcl_GetStdChannel (TCL_STDIN);
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXInit.c349 Tcl_RegisterChannel(interp, Tcl_GetStdChannel(TCL_STDIN));
350 Tcl_RegisterChannel(interp, Tcl_GetStdChannel(TCL_STDOUT));
351 Tcl_RegisterChannel(interp, Tcl_GetStdChannel(TCL_STDERR));
453 Tcl_Channel errChannel = Tcl_GetStdChannel(TCL_STDERR);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixPipe.c448 Tcl_GetStdChannel(TCL_STDIN);
451 Tcl_GetStdChannel(TCL_STDOUT);
454 Tcl_GetStdChannel(TCL_STDERR);
679 channel = Tcl_GetStdChannel(type);
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixPipe.c448 Tcl_GetStdChannel(TCL_STDIN);
451 Tcl_GetStdChannel(TCL_STDOUT);
454 Tcl_GetStdChannel(TCL_STDERR);
672 channel = Tcl_GetStdChannel(type);
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dsound.c220 snackDebugChannel = Tcl_GetStdChannel(TCL_STDERR);
H A Dsnack.c344 snackDebugChannel = Tcl_GetStdChannel(TCL_STDERR);
/macosx-10.10/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/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c488 Tcl_GetStdChannel, /* 173 */
H A DtclStubInit.c.orig488 Tcl_GetStdChannel, /* 173 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c245 Tcl_GetStdChannel, /* 173 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c245 Tcl_GetStdChannel, /* 173 */
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c1410 if (chan == Tcl_GetStdChannel(TCL_STDIN)) {
1412 } else if (chan == Tcl_GetStdChannel(TCL_STDOUT)) {
1414 } else if (chan == Tcl_GetStdChannel(TCL_STDERR)) {
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinInit.c917 errChannel = Tcl_GetStdChannel(TCL_STDERR);

Completed in 313 milliseconds

12345