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

/ast/src/lib/libtksh/src/
H A DtclIO.c335 static int stdinInitialized = 0; variable
886 stdinInitialized = 1;
996 * stdinInitialized before calling TclGetDefaultStdChannel in order
1003 if (!stdinInitialized) {
1005 stdinInitialized = 1;
1424 if ((chan == stdinChannel) && (stdinInitialized)) {
1765 if ((stdinChannel == NULL) && (stdinInitialized == 1)) {

Completed in 17 milliseconds