Searched defs:outChannel (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkMain.c | 101 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...] |
Completed in 9 milliseconds