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

/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c2265 Tcl_SpliceChannel(chan);
2438 Tcl_SpliceChannel(chan);
3251 Tcl_SpliceChannel(eventPtr->chan);
3356 Tcl_SpliceChannel(evPtr->chan);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStubInit.c927 Tcl_SpliceChannel, /* 416 */
H A DtclDecls.h2455 EXTERN void Tcl_SpliceChannel(Tcl_Channel channel);
5726 #ifndef Tcl_SpliceChannel
5727 #define Tcl_SpliceChannel \ macro
H A DtclIO.c1374 * JH: Could call Tcl_SpliceChannel, but need to avoid NULL check.
1377 * AK: Just initialize the field to NULL before invoking Tcl_SpliceChannel
1378 * We need Tcl_SpliceChannel, for the threadAction calls. There is no
2827 * Tcl_SpliceChannel --
2886 Tcl_SpliceChannel(
2851 Tcl_SpliceChannel( function
H A DtclTest.c6073 Tcl_SpliceChannel(chan);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclStubInit.c878 Tcl_SpliceChannel, /* 416 */
H A DtclDecls.h1318 EXTERN void Tcl_SpliceChannel _ANSI_ARGS_((Tcl_Channel channel));
3990 #ifndef Tcl_SpliceChannel
3991 #define Tcl_SpliceChannel \ macro
H A DtclIO.c1263 * JH: Could call Tcl_SpliceChannel, but need to avoid NULL check.
1266 * AK: Just initialize the field to NULL before invoking Tcl_SpliceChannel
1267 * We need Tcl_SpliceChannel, for the threadAction calls.
1276 Tcl_SpliceChannel ((Tcl_Channel) chanPtr);
2534 * Tcl_SpliceChannel --
2558 Tcl_SpliceChannel(chan)
2568 panic("Tcl_SpliceChannel: trying to add channel used in different list");
2523 Tcl_SpliceChannel(chan) function
H A DtclTest.c5671 Tcl_SpliceChannel(chan);

Completed in 446 milliseconds