Searched refs:Tcl_GetChannelHandle (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/
H A DtclXunixDup.c98 Tcl_GetChannelHandle (srcChannel, TCL_READABLE, &handle);
100 Tcl_GetChannelHandle (srcChannel, TCL_WRITABLE, &handle);
H A DtclXunixSock.c316 if (Tcl_GetChannelHandle (channel,
320 if (Tcl_GetChannelHandle (channel,
H A DtclXunixOS.c113 if (Tcl_GetChannelHandle (channel, TCL_READABLE, &handle) != TCL_OK &&
114 Tcl_GetChannelHandle (channel, TCL_WRITABLE, &handle) != TCL_OK) {
118 if (Tcl_GetChannelHandle (channel, direction, &handle) != TCL_OK) {
1515 if (Tcl_GetChannelHandle (channel, direction, &handle) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/win/
H A DtclXwinDup.c102 result = (Tcl_GetChannelHandle (srcChannel, direction,
H A DtclXwinOS.c228 if (Tcl_GetChannelHandle (channel, TCL_READABLE, &handle) != TCL_OK &&
229 Tcl_GetChannelHandle (channel, TCL_WRITABLE, &handle) != TCL_OK) {
233 if (Tcl_GetChannelHandle (channel, direction, &handle) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c460 Tcl_GetChannelHandle, /* 153 */
H A DtclStubInit.c.orig460 Tcl_GetChannelHandle, /* 153 */
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c217 Tcl_GetChannelHandle, /* 153 */
H A DtclStubInit.c.orig217 Tcl_GetChannelHandle, /* 153 */
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c217 Tcl_GetChannelHandle, /* 153 */
H A DtclStubInit.c.orig217 Tcl_GetChannelHandle, /* 153 */
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixTest.c402 if (Tcl_GetChannelHandle(channel,
H A DtclUnixPipe.c115 if (Tcl_GetChannelHandle(channel, direction,
1122 * Called from Tcl_GetChannelHandle to retrieve OS handles from inside a
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixTest.c411 if (Tcl_GetChannelHandle(channel,
H A DtclUnixPipe.c116 if (Tcl_GetChannelHandle(channel, direction, (ClientData *) &data)
1164 * Called from Tcl_GetChannelHandle to retrieve OS handles from
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/
H A DtlsIO.c693 return Tcl_GetChannelHandle(Tls_GetParent(statePtr), direction, handlePtr);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c931 Tcl_GetChannelHandle (Tcl_GetChannel (interp, Tcl_GetVar (interp, "pipe", NULL), NULL), TCL_WRITABLE, &data);
935 Tcl_GetChannelHandle (Tcl_GetChannel (interp, Tcl_GetVar (interp, "pipe", NULL), NULL), TCL_READABLE, &data);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOGT.c1112 * Called from Tcl_GetChannelHandle to retrieve OS specific file handle
1137 return Tcl_GetChannelHandle(Tcl_GetStackedChannel(dataPtr->self),
H A DtclStubInit.c656 Tcl_GetChannelHandle, /* 153 */
H A DtclIOCmd.c947 if (Tcl_GetChannelHandle(chan, TCL_READABLE, NULL) == TCL_OK) {
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIOGT.c1166 * Called from Tcl_GetChannelHandle to retrieve
1191 return Tcl_GetChannelHandle(Tcl_GetStackedChannel(dataPtr->self),
H A DtclStubInit.c591 Tcl_GetChannelHandle, /* 153 */
H A DtclIOCmd.c836 if (Tcl_GetChannelHandle(chan, TCL_READABLE, NULL) == TCL_OK) {
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_command.c903 if (TCL_ERROR == Tcl_GetChannelHandle(channel, TCL_READABLE, &rfdc)) {
909 if (TCL_ERROR == Tcl_GetChannelHandle(channel, TCL_WRITABLE, &wfdc)) {
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b1/
H A Dtcl.h1204 EXTERN int Tcl_GetChannelHandle _ANSI_ARGS_((Tcl_Channel chan,

Completed in 119 milliseconds

1234