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

/ast/src/lib/libtk/generic/
H A DtkConsole.c97 Tcl_Channel consoleChannel;
99 consoleChannel = Tcl_CreateChannel(&consoleChannelType, "console0",
101 if (consoleChannel != NULL) {
102 Tcl_SetChannelOption(NULL, consoleChannel, "-translation", "lf");
103 Tcl_SetChannelOption(NULL, consoleChannel, "-buffering", "none");
105 Tcl_SetStdChannel(consoleChannel, TCL_STDIN);
106 consoleChannel = Tcl_CreateChannel(&consoleChannelType, "console1",
108 if (consoleChannel != NULL) {
109 Tcl_SetChannelOption(NULL, consoleChannel, "-translation", "lf");
110 Tcl_SetChannelOption(NULL, consoleChannel, "
96 Tcl_Channel consoleChannel; local
[all...]

Completed in 17 milliseconds