Searched refs:Tcl_NotifyChannel (Results 1 - 25 of 85) sorted by relevance

1234

/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/
H A DtlsIO.c757 * Tcl_NotifyChannel.
805 * before Tcl_NotifyChannel calls channel handlers on the lower channel.
808 Tcl_NotifyChannel(statePtr->self, mask);
859 Tcl_NotifyChannel(statePtr->self, mask);
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A Dfifo.c394 * We could call Tcl_NotifyChannel immediately, but this
426 * As of 'Tcl_NotifyChannel'.
466 Tcl_NotifyChannel (chan->chan, mask);
H A Dnull.c273 * We could call Tcl_NotifyChannel immediately, but this
302 * As of 'Tcl_NotifyChannel'.
332 Tcl_NotifyChannel (chan->chan, mask);
H A Drandom.c297 * We could call Tcl_NotifyChannel immediately, but this
326 * As of 'Tcl_NotifyChannel'.
356 Tcl_NotifyChannel (chan->chan, mask);
H A Dzero.c276 * We could call Tcl_NotifyChannel immediately, but this
305 * As of 'Tcl_NotifyChannel'.
335 Tcl_NotifyChannel (chan->chan, mask);
H A Dmemchan.c477 * We could call Tcl_NotifyChannel immediately, but this
509 * As of 'Tcl_NotifyChannel'.
549 Tcl_NotifyChannel (chan->chan, mask);
H A Dfifo2.c178 * via Tcl_NotifyChannel.
187 * via Tcl_NotifyChannel.
665 * We could call Tcl_NotifyChannel immediately, but this
724 * As of 'Tcl_NotifyChannel'.
779 Tcl_NotifyChannel (chan->chan, events);
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPipe.c1098 (Tcl_FileProc *) Tcl_NotifyChannel,
1108 (Tcl_FileProc *) Tcl_NotifyChannel,
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixPipe.c1140 (Tcl_FileProc *) Tcl_NotifyChannel,
1150 (Tcl_FileProc *) Tcl_NotifyChannel,
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c509 Tcl_NotifyChannel, /* 194 */
H A DtclStubInit.c.orig509 Tcl_NotifyChannel, /* 194 */
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c266 Tcl_NotifyChannel, /* 194 */
H A DtclStubInit.c.orig266 Tcl_NotifyChannel, /* 194 */
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c266 Tcl_NotifyChannel, /* 194 */
H A DtclStubInit.c.orig266 Tcl_NotifyChannel, /* 194 */
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_chan.c395 * Note that we are passing Tcl_NotifyChannel directly to
403 (Tcl_FileProc *) Tcl_NotifyChannel,
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOGT.c1197 * As of 'Tcl_NotifyChannel'.
1221 Tcl_NotifyChannel(dataPtr->self, TCL_READABLE);
H A DtclStubInit.c705 Tcl_NotifyChannel, /* 194 */
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinChan.c298 * the front of the event queue. This function invokes Tcl_NotifyChannel
338 Tcl_NotifyChannel(infoPtr->channel, infoPtr->watchMask);
H A DtclWinConsole.c864 * the front of the event queue. This procedure invokes Tcl_NotifyChannel
944 Tcl_NotifyChannel(infoPtr->channel, infoPtr->watchMask & mask);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIOGT.c1254 * As of 'Tcl_NotifyChannel'.
1280 Tcl_NotifyChannel(dataPtr->self, TCL_READABLE);
H A DtclStubInit.c640 Tcl_NotifyChannel, /* 194 */
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinChan.c304 * Tcl_NotifyChannel on the file.
343 Tcl_NotifyChannel(infoPtr->channel, infoPtr->watchMask);
H A DtclWinConsole.c827 * Tcl_NotifyChannel on the console.
906 Tcl_NotifyChannel(infoPtr->channel, infoPtr->watchMask & mask);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dregistry.c3092 * Tcl_NotifyChannel.
3123 Tcl_NotifyChannel (trans->self, mask);
3128 * i.e. Tcl_NotifyChannel loops over all channels in the stack by
3136 Tcl_NotifyChannel (trans->self, mask);
3143 * such. We could call Tcl_NotifyChannel directly, but this would
3212 Tcl_NotifyChannel (trans->self, TCL_READABLE);

Completed in 374 milliseconds

1234