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

/ast/src/lib/libtk/generic/
H A DtkConsole.c29 static Tcl_Interp *gStdoutInterp = NULL; variable
169 gStdoutInterp = interp;
229 if (gStdoutInterp != NULL) {
230 TkConsolePrint(gStdoutInterp, (int) instanceData, buf, toWrite);

Completed in 14 milliseconds