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

/ast/src/lib/libtksh/src/
H A DtclIO.c1017 (void) Tcl_RegisterChannel((Tcl_Interp *) NULL,
1038 (void) Tcl_RegisterChannel((Tcl_Interp *) NULL,
1059 (void) Tcl_RegisterChannel((Tcl_Interp *) NULL,
1286 Tcl_RegisterChannel(interp, stdinChan);
1290 Tcl_RegisterChannel(interp, stdoutChan);
1294 Tcl_RegisterChannel(interp, stderrChan);
1544 * Tcl_RegisterChannel --
1560 Tcl_RegisterChannel(interp, chan)
1573 panic("Tcl_RegisterChannel: channel without name");
1582 panic("Tcl_RegisterChannel
1549 Tcl_RegisterChannel(interp, chan) function
[all...]

Completed in 26 milliseconds