Searched refs:ChannelHandler (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclIO.h213 struct ChannelHandler *chPtr;/* List of channel handlers registered for
350 typedef struct ChannelHandler { struct
356 struct ChannelHandler *nextPtr;
358 } ChannelHandler; typedef in typeref:struct:ChannelHandler
361 * This structure keeps track of the current ChannelHandler being invoked in
363 * problem if a ChannelHandler is deleted while it is the current one, since
377 ChannelHandler *nextHandlerPtr;
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIO.h217 struct ChannelHandler *chPtr;/* List of channel handlers registered
344 typedef struct ChannelHandler { struct
350 struct ChannelHandler *nextPtr;
352 } ChannelHandler; typedef in typeref:struct:ChannelHandler
355 * This structure keeps track of the current ChannelHandler being invoked in
357 * problem if a ChannelHandler is deleted while it is the current one, since
371 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c.orig160 struct ChannelHandler *chPtr;/* List of channel handlers registered
232 typedef struct ChannelHandler {
238 struct ChannelHandler *nextPtr;
240 } ChannelHandler;
243 * This structure keeps track of the current ChannelHandler being invoked in
245 * problem if a ChannelHandler is deleted while it is the current one, since
259 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1226 chanPtr->chPtr = (ChannelHandler *) NULL;
1938 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
1985 chPtr != (ChannelHandler *) NUL
[all...]
H A DtclIO.c164 struct ChannelHandler *chPtr;/* List of channel handlers registered
243 typedef struct ChannelHandler { struct
249 struct ChannelHandler *nextPtr;
251 } ChannelHandler; typedef in typeref:struct:ChannelHandler
254 * This structure keeps track of the current ChannelHandler being invoked in
256 * problem if a ChannelHandler is deleted while it is the current one, since
270 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1244 chanPtr->chPtr = (ChannelHandler *) NULL;
1379 chanPtr->chPtr = (ChannelHandler *) NULL;
2162 ChannelHandler *chPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c.orig161 struct ChannelHandler *chPtr;/* List of channel handlers registered
233 typedef struct ChannelHandler {
239 struct ChannelHandler *nextPtr;
241 } ChannelHandler;
244 * This structure keeps track of the current ChannelHandler being invoked in
246 * problem if a ChannelHandler is deleted while it is the current one, since
260 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1227 chanPtr->chPtr = (ChannelHandler *) NULL;
1939 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
1986 chPtr != (ChannelHandler *) NUL
[all...]
H A DtclIO.c165 struct ChannelHandler *chPtr;/* List of channel handlers registered
259 typedef struct ChannelHandler { struct
265 struct ChannelHandler *nextPtr;
267 } ChannelHandler; typedef in typeref:struct:ChannelHandler
270 * This structure keeps track of the current ChannelHandler being invoked in
272 * problem if a ChannelHandler is deleted while it is the current one, since
286 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1270 chanPtr->chPtr = (ChannelHandler *) NULL;
1420 chanPtr->chPtr = (ChannelHandler *) NULL;
2219 ChannelHandler *chPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c.orig161 struct ChannelHandler *chPtr;/* List of channel handlers registered
233 typedef struct ChannelHandler {
239 struct ChannelHandler *nextPtr;
241 } ChannelHandler;
244 * This structure keeps track of the current ChannelHandler being invoked in
246 * problem if a ChannelHandler is deleted while it is the current one, since
260 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1227 chanPtr->chPtr = (ChannelHandler *) NULL;
1939 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
1986 chPtr != (ChannelHandler *) NUL
[all...]
H A DtclIO.c165 struct ChannelHandler *chPtr;/* List of channel handlers registered
259 typedef struct ChannelHandler { struct
265 struct ChannelHandler *nextPtr;
267 } ChannelHandler; typedef in typeref:struct:ChannelHandler
270 * This structure keeps track of the current ChannelHandler being invoked in
272 * problem if a ChannelHandler is deleted while it is the current one, since
286 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1270 chanPtr->chPtr = (ChannelHandler *) NULL;
1420 chanPtr->chPtr = (ChannelHandler *) NULL;
2219 ChannelHandler *chPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0b1/
H A DtclIO.c.orig160 struct ChannelHandler *chPtr;/* List of channel handlers registered
227 typedef struct ChannelHandler {
233 struct ChannelHandler *nextPtr;
235 } ChannelHandler;
238 * This structure keeps track of the current ChannelHandler being invoked in
240 * problem if a ChannelHandler is deleted while it is the current one, since
254 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1219 chanPtr->chPtr = (ChannelHandler *) NULL;
1895 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
1942 chPtr != (ChannelHandler *) NUL
[all...]
H A DtclIO.c164 struct ChannelHandler *chPtr;/* List of channel handlers registered
238 typedef struct ChannelHandler { struct
244 struct ChannelHandler *nextPtr;
246 } ChannelHandler; typedef in typeref:struct:ChannelHandler
249 * This structure keeps track of the current ChannelHandler being invoked in
251 * problem if a ChannelHandler is deleted while it is the current one, since
265 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1237 chanPtr->chPtr = (ChannelHandler *) NULL;
1372 chanPtr->chPtr = (ChannelHandler *) NULL;
2119 ChannelHandler *chPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c.orig160 struct ChannelHandler *chPtr;/* List of channel handlers registered
232 typedef struct ChannelHandler {
238 struct ChannelHandler *nextPtr;
240 } ChannelHandler;
243 * This structure keeps track of the current ChannelHandler being invoked in
245 * problem if a ChannelHandler is deleted while it is the current one, since
259 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1226 chanPtr->chPtr = (ChannelHandler *) NULL;
1934 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
1981 chPtr != (ChannelHandler *) NUL
[all...]
H A DtclIO.c164 struct ChannelHandler *chPtr;/* List of channel handlers registered
243 typedef struct ChannelHandler { struct
249 struct ChannelHandler *nextPtr;
251 } ChannelHandler; typedef in typeref:struct:ChannelHandler
254 * This structure keeps track of the current ChannelHandler being invoked in
256 * problem if a ChannelHandler is deleted while it is the current one, since
270 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1244 chanPtr->chPtr = (ChannelHandler *) NULL;
1379 chanPtr->chPtr = (ChannelHandler *) NULL;
2158 ChannelHandler *chPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A DtclIO.c103 * Forward declaration of ChannelHandler; being used in struct Channel,
107 typedef struct ChannelHandler *ChannelHandlerPtr;
155 struct ChannelHandler *chPtr;/* List of channel handlers registered
223 typedef struct ChannelHandler { struct
229 struct ChannelHandler *nextPtr;
231 } ChannelHandler; typedef in typeref:struct:ChannelHandler
234 * This structure keeps track of the current ChannelHandler being invoked in
236 * problem if a ChannelHandler is deleted while it is the current one, since
250 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1204 chanPtr->chPtr = (ChannelHandler *) NUL
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A DtclIO.c103 * Forward declaration of ChannelHandler; being used in struct Channel,
107 typedef struct ChannelHandler *ChannelHandlerPtr;
155 struct ChannelHandler *chPtr;/* List of channel handlers registered
223 typedef struct ChannelHandler { struct
229 struct ChannelHandler *nextPtr;
231 } ChannelHandler; typedef in typeref:struct:ChannelHandler
234 * This structure keeps track of the current ChannelHandler being invoked in
236 * problem if a ChannelHandler is deleted while it is the current one, since
250 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1218 chanPtr->chPtr = (ChannelHandler *) NUL
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A DtclIO.c103 * Forward declaration of ChannelHandler; being used in struct Channel,
107 typedef struct ChannelHandler *ChannelHandlerPtr;
155 struct ChannelHandler *chPtr;/* List of channel handlers registered
223 typedef struct ChannelHandler { struct
229 struct ChannelHandler *nextPtr;
231 } ChannelHandler; typedef in typeref:struct:ChannelHandler
234 * This structure keeps track of the current ChannelHandler being invoked in
236 * problem if a ChannelHandler is deleted while it is the current one, since
250 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1229 chanPtr->chPtr = (ChannelHandler *) NUL
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0a2/
H A DtclIO.c103 * Forward declaration of ChannelHandler; being used in struct Channel,
107 typedef struct ChannelHandler *ChannelHandlerPtr;
155 struct ChannelHandler *chPtr;/* List of channel handlers registered
223 typedef struct ChannelHandler { struct
229 struct ChannelHandler *nextPtr;
231 } ChannelHandler; typedef in typeref:struct:ChannelHandler
234 * This structure keeps track of the current ChannelHandler being invoked in
236 * problem if a ChannelHandler is deleted while it is the current one, since
250 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1229 chanPtr->chPtr = (ChannelHandler *) NUL
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c193 struct ChannelHandler *chPtr;/* List of channel handlers registered
294 typedef struct ChannelHandler { struct
300 struct ChannelHandler *nextPtr;
302 } ChannelHandler; typedef in typeref:struct:ChannelHandler
305 * This structure keeps track of the current ChannelHandler being invoked in
307 * problem if a ChannelHandler is deleted while it is the current one, since
321 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1342 chanPtr->chPtr = (ChannelHandler *) NULL;
1505 chanPtr->chPtr = (ChannelHandler *) NULL;
2404 ChannelHandler *chPt
[all...]
H A DtclIO.c.orig193 struct ChannelHandler *chPtr;/* List of channel handlers registered
272 typedef struct ChannelHandler {
278 struct ChannelHandler *nextPtr;
280 } ChannelHandler;
283 * This structure keeps track of the current ChannelHandler being invoked in
285 * problem if a ChannelHandler is deleted while it is the current one, since
299 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1306 chanPtr->chPtr = (ChannelHandler *) NULL;
2080 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
2128 chPtr != (ChannelHandler *) NUL
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c193 struct ChannelHandler *chPtr;/* List of channel handlers registered
294 typedef struct ChannelHandler { struct
300 struct ChannelHandler *nextPtr;
302 } ChannelHandler; typedef in typeref:struct:ChannelHandler
305 * This structure keeps track of the current ChannelHandler being invoked in
307 * problem if a ChannelHandler is deleted while it is the current one, since
321 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1342 chanPtr->chPtr = (ChannelHandler *) NULL;
1505 chanPtr->chPtr = (ChannelHandler *) NULL;
2404 ChannelHandler *chPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c198 struct ChannelHandler *chPtr;/* List of channel handlers registered
284 typedef struct ChannelHandler { struct
290 struct ChannelHandler *nextPtr;
292 } ChannelHandler; typedef in typeref:struct:ChannelHandler
295 * This structure keeps track of the current ChannelHandler being invoked in
297 * problem if a ChannelHandler is deleted while it is the current one, since
311 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1334 chanPtr->chPtr = (ChannelHandler *) NULL;
1475 chanPtr->chPtr = (ChannelHandler *) NULL;
2343 ChannelHandler *chPt
[all...]
H A DtclIO.c.orig192 struct ChannelHandler *chPtr;/* List of channel handlers registered
271 typedef struct ChannelHandler {
277 struct ChannelHandler *nextPtr;
279 } ChannelHandler;
282 * This structure keeps track of the current ChannelHandler being invoked in
284 * problem if a ChannelHandler is deleted while it is the current one, since
298 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1305 chanPtr->chPtr = (ChannelHandler *) NULL;
2079 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
2127 chPtr != (ChannelHandler *) NUL
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c193 struct ChannelHandler *chPtr;/* List of channel handlers registered
298 typedef struct ChannelHandler { struct
304 struct ChannelHandler *nextPtr;
306 } ChannelHandler; typedef in typeref:struct:ChannelHandler
309 * This structure keeps track of the current ChannelHandler being invoked in
311 * problem if a ChannelHandler is deleted while it is the current one, since
325 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1360 chanPtr->chPtr = (ChannelHandler *) NULL;
1523 chanPtr->chPtr = (ChannelHandler *) NULL;
2422 ChannelHandler *chPt
[all...]
H A DtclIO.c.orig193 struct ChannelHandler *chPtr;/* List of channel handlers registered
272 typedef struct ChannelHandler {
278 struct ChannelHandler *nextPtr;
280 } ChannelHandler;
283 * This structure keeps track of the current ChannelHandler being invoked in
285 * problem if a ChannelHandler is deleted while it is the current one, since
299 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1306 chanPtr->chPtr = (ChannelHandler *) NULL;
2080 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
2128 chPtr != (ChannelHandler *) NUL
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c193 struct ChannelHandler *chPtr;/* List of channel handlers registered
298 typedef struct ChannelHandler { struct
304 struct ChannelHandler *nextPtr;
306 } ChannelHandler; typedef in typeref:struct:ChannelHandler
309 * This structure keeps track of the current ChannelHandler being invoked in
311 * problem if a ChannelHandler is deleted while it is the current one, since
325 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1360 chanPtr->chPtr = (ChannelHandler *) NULL;
1523 chanPtr->chPtr = (ChannelHandler *) NULL;
2422 ChannelHandler *chPt
[all...]
H A DtclIO.c.orig193 struct ChannelHandler *chPtr;/* List of channel handlers registered
272 typedef struct ChannelHandler {
278 struct ChannelHandler *nextPtr;
280 } ChannelHandler;
283 * This structure keeps track of the current ChannelHandler being invoked in
285 * problem if a ChannelHandler is deleted while it is the current one, since
299 ChannelHandler *nextHandlerPtr; /* The next handler to be invoked in
1306 chanPtr->chPtr = (ChannelHandler *) NULL;
2080 ChannelHandler *chPtr, *chNext; /* Iterate over channel handlers. */
2128 chPtr != (ChannelHandler *) NUL
[all...]

Completed in 363 milliseconds

12