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

/ast/src/lib/libtksh/tcl/
H A DtclUnixChan.c444 if (!TclInExit() || ((fd != 0) && (fd != 1) && (fd != 2))) {
454 if (!TclInExit() || ((fd != 0) && (fd != 1) && (fd != 2))) {
832 if (pipePtr->isNonBlocking || TclInExit()) {
H A DtclEvent.c258 * its work, it is reset to 0. The variable is checked by TclInExit() to
1613 * TclInExit --
1627 TclInExit()
1602 TclInExit() function

Completed in 19 milliseconds