Searched defs:inChannel (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkMain.c101 Tcl_Channel inChannel, outChannel, errChannel;
198 inChannel = Tcl_GetStdChannel(TCL_STDIN);
199 if (inChannel) {
200 Tcl_CreateChannelHandler(inChannel, TCL_READABLE, StdinProc,
201 (ClientData) inChannel);
100 Tcl_Channel inChannel, outChannel, errChannel; local

Completed in 10 milliseconds