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

/ast/src/lib/libtksh/include/
H A Dtkshlib.h208 EXTERN Tcl_Channel TclGetDefaultStdChannel(int type);
/ast/src/lib/libtksh/tcl/
H A DtclUnixChan.c2422 * TclGetDefaultStdChannel --
2438 TclGetDefaultStdChannel(type)
2475 panic("TclGetDefaultStdChannel: Unexpected channel type");
2402 TclGetDefaultStdChannel(type) function
/ast/src/lib/libtksh/src/
H A DtclIO.c956 panic("TclGetDefaultStdChannel: Unexpected channel type");
996 * stdinInitialized before calling TclGetDefaultStdChannel in order
997 * to avoid recursive loops when TclGetDefaultStdChannel calls
1004 stdinChannel = TclGetDefaultStdChannel(TCL_STDIN);
1025 stdoutChannel = TclGetDefaultStdChannel(TCL_STDOUT);
1046 stderrChannel = TclGetDefaultStdChannel(TCL_STDERR);

Completed in 875 milliseconds