Searched refs:outChannel (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkMain.c101 Tcl_Channel inChannel, outChannel, errChannel;
208 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
209 if (outChannel) {
210 Tcl_Flush(outChannel);
364 Tcl_Channel outChannel, errChannel;
375 * We must check that outChannel is a real channel - it
380 outChannel = Tcl_GetChannel(interp, "stdout", NULL);
381 if (outChannel != (Tcl_Channel) NULL) {
382 Tcl_Write(outChannel, "% ", 2);
404 outChannel
100 Tcl_Channel inChannel, outChannel, errChannel; local
361 Tcl_Channel outChannel, errChannel; local
[all...]
/ast/src/cmd/tksh/
H A DtkMain.c104 Tcl_Channel inChannel, outChannel;
254 outChannel = Tcl_GetStdChannel(TCL_STDOUT);
255 if (outChannel) {
256 Tcl_Flush(outChannel);
416 Tcl_Channel outChannel, errChannel;
427 * We must check that outChannel is a real channel - it
432 outChannel = Tcl_GetChannel(interp, "stdout", NULL);
433 if (outChannel != (Tcl_Channel) NULL) {
434 Tcl_Write(outChannel, "% ", 2);
456 outChannel
[all...]

Completed in 11 milliseconds