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

/ast/src/lib/libtksh/src/
H A DtclIO.c1218 (void) Tcl_Close((Tcl_Interp *) NULL, (Tcl_Channel) chanPtr);
1387 (void) Tcl_Close(interp, (Tcl_Channel) chanPtr);
1532 if (Tcl_Close(interp, chan) != TCL_OK) {
2483 * Tcl_Close --
2494 * Tcl_Close removes the channel as far as the user is concerned.
2504 Tcl_Close(interp, chan)
2528 panic("called Tcl_Close on channel with refCount > 0");
2480 Tcl_Close(interp, chan) function

Completed in 19 milliseconds