/dports/devel/tcl-trf/trf2.1.4/patches/v8.0/ |
H A D | tclIO.c | 1226 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1360 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1698 bufPtr = chanPtr->outQueueHead; 1699 chanPtr->outQueueHead = bufPtr->nextPtr; 1702 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1808 chanPtr->outQueueHead = chanPtr->curOutPtr; 1815 bufPtr = chanPtr->outQueueHead; 1910 chanPtr->outQueueHead = bufPtr->nextPtr; 1999 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 5554 for (bufPtr = chanPtr->outQueueHead; [all …]
|
H A D | standard.patch | 164 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
|
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/ |
H A D | tclIO.c | 1710 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2055 bufPtr = chanPtr->outQueueHead; 2056 chanPtr->outQueueHead = bufPtr->nextPtr; 2059 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2139 chanPtr->outQueueHead = chanPtr->curOutPtr; 2146 bufPtr = chanPtr->outQueueHead; 2270 chanPtr->outQueueHead = bufPtr->nextPtr; 2284 if ((chanPtr->outQueueHead == (ChannelBuffer *) NULL) && 2370 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 5982 for (bufPtr = chanPtr->outQueueHead; [all …]
|
/dports/shells/ksh93/ast-93u/src/lib/libtksh/src/ |
H A D | tclIO.c | 1710 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2055 bufPtr = chanPtr->outQueueHead; 2056 chanPtr->outQueueHead = bufPtr->nextPtr; 2059 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2139 chanPtr->outQueueHead = chanPtr->curOutPtr; 2146 bufPtr = chanPtr->outQueueHead; 2270 chanPtr->outQueueHead = bufPtr->nextPtr; 2284 if ((chanPtr->outQueueHead == (ChannelBuffer *) NULL) && 2370 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 5982 for (bufPtr = chanPtr->outQueueHead; [all …]
|
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/src/ |
H A D | tclIO.c | 1710 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2055 bufPtr = chanPtr->outQueueHead; 2056 chanPtr->outQueueHead = bufPtr->nextPtr; 2059 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2139 chanPtr->outQueueHead = chanPtr->curOutPtr; 2146 bufPtr = chanPtr->outQueueHead; 2270 chanPtr->outQueueHead = bufPtr->nextPtr; 2284 if ((chanPtr->outQueueHead == (ChannelBuffer *) NULL) && 2370 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 5982 for (bufPtr = chanPtr->outQueueHead; [all …]
|
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.4/ |
H A D | tclIO.c | 1252 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1401 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1739 bufPtr = chanPtr->outQueueHead; 1740 chanPtr->outQueueHead = bufPtr->nextPtr; 1743 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1849 chanPtr->outQueueHead = chanPtr->curOutPtr; 1856 bufPtr = chanPtr->outQueueHead; 1951 chanPtr->outQueueHead = bufPtr->nextPtr; 2040 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 5651 for (bufPtr = chanPtr->outQueueHead; [all …]
|
H A D | standard.patch | 217 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
|
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.5/ |
H A D | tclIO.c | 1252 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1401 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1739 bufPtr = chanPtr->outQueueHead; 1740 chanPtr->outQueueHead = bufPtr->nextPtr; 1743 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1849 chanPtr->outQueueHead = chanPtr->curOutPtr; 1856 bufPtr = chanPtr->outQueueHead; 1951 chanPtr->outQueueHead = bufPtr->nextPtr; 2040 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 5651 for (bufPtr = chanPtr->outQueueHead; [all …]
|
H A D | standard.patch | 217 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
|
/dports/lang/tcl85/tcl8.5.19/generic/ |
H A D | tclIO.h | 175 ChannelBuffer *outQueueHead;/* Points at first buffer in output queue. */ member
|
H A D | tclIO.c | 1538 statePtr->outQueueHead = NULL; in Tcl_CreateChannel() 2455 bufPtr = statePtr->outQueueHead; in DiscardOutputQueued() 2456 statePtr->outQueueHead = bufPtr->nextPtr; in DiscardOutputQueued() 2459 statePtr->outQueueHead = NULL; in DiscardOutputQueued() 2570 if (statePtr->outQueueHead == NULL) { in FlushChannel() 2571 statePtr->outQueueHead = bufPtr; in FlushChannel() 2596 while (statePtr->outQueueHead) { in FlushChannel() 2597 bufPtr = statePtr->outQueueHead; in FlushChannel() 2726 if (statePtr->outQueueHead == NULL) { in FlushChannel() 2764 (statePtr->outQueueHead == NULL) && in FlushChannel() [all …]
|
/dports/lang/tcl87/tcl8.7a5/generic/ |
H A D | tclIO.h | 175 ChannelBuffer *outQueueHead;/* Points at first buffer in output queue. */ member
|
H A D | tclIO.c | 1722 statePtr->outQueueHead = NULL; in Tcl_CreateChannel() 2629 bufPtr = statePtr->outQueueHead; in DiscardOutputQueued() 2633 statePtr->outQueueHead = NULL; in DiscardOutputQueued() 2749 if (statePtr->outQueueHead == NULL) { in FlushChannel() 2750 statePtr->outQueueHead = bufPtr; in FlushChannel() 2775 while (statePtr->outQueueHead) { in FlushChannel() 2776 bufPtr = statePtr->outQueueHead; in FlushChannel() 2951 (statePtr->outQueueHead == NULL) && in FlushChannel() 2965 (statePtr->outQueueHead == NULL) && in FlushChannel() 3036 if (statePtr->outQueueHead != NULL) { in CloseChannel() [all …]
|
/dports/lang/tcl86/tcl8.6.12/generic/ |
H A D | tclIO.h | 175 ChannelBuffer *outQueueHead;/* Points at first buffer in output queue. */ member
|
H A D | tclIO.c | 1692 statePtr->outQueueHead = NULL; in Tcl_CreateChannel() 2599 bufPtr = statePtr->outQueueHead; in DiscardOutputQueued() 2603 statePtr->outQueueHead = NULL; in DiscardOutputQueued() 2719 if (statePtr->outQueueHead == NULL) { in FlushChannel() 2720 statePtr->outQueueHead = bufPtr; in FlushChannel() 2745 while (statePtr->outQueueHead) { in FlushChannel() 2746 bufPtr = statePtr->outQueueHead; in FlushChannel() 2921 (statePtr->outQueueHead == NULL) && in FlushChannel() 2935 (statePtr->outQueueHead == NULL) && in FlushChannel() 3006 if (statePtr->outQueueHead != NULL) { in CloseChannel() [all …]
|
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1/ |
H A D | tclIO.c | 1324 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1486 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1904 bufPtr = chanPtr->outQueueHead; 1905 chanPtr->outQueueHead = bufPtr->nextPtr; 1908 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2015 chanPtr->outQueueHead = chanPtr->curOutPtr; 2022 bufPtr = chanPtr->outQueueHead; 2120 chanPtr->outQueueHead = bufPtr->nextPtr; 2215 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 6628 for (bufPtr = chanPtr->outQueueHead; [all …]
|
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b3/ |
H A D | tclIO.c | 1324 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1486 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1904 bufPtr = chanPtr->outQueueHead; 1905 chanPtr->outQueueHead = bufPtr->nextPtr; 1908 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2015 chanPtr->outQueueHead = chanPtr->curOutPtr; 2022 bufPtr = chanPtr->outQueueHead; 2120 chanPtr->outQueueHead = bufPtr->nextPtr; 2215 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 6627 for (bufPtr = chanPtr->outQueueHead; [all …]
|
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1a2/ |
H A D | tclIO.c | 1316 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1456 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1859 bufPtr = chanPtr->outQueueHead; 1860 chanPtr->outQueueHead = bufPtr->nextPtr; 1863 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1970 chanPtr->outQueueHead = chanPtr->curOutPtr; 1977 bufPtr = chanPtr->outQueueHead; 2075 chanPtr->outQueueHead = bufPtr->nextPtr; 2170 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 6649 for (bufPtr = chanPtr->outQueueHead; [all …]
|
H A D | standard.patch | 175 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
|
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b1/ |
H A D | tclIO.c | 1342 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1504 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1922 bufPtr = chanPtr->outQueueHead; 1923 chanPtr->outQueueHead = bufPtr->nextPtr; 1926 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2033 chanPtr->outQueueHead = chanPtr->curOutPtr; 2040 bufPtr = chanPtr->outQueueHead; 2138 chanPtr->outQueueHead = bufPtr->nextPtr; 2233 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 6731 for (bufPtr = chanPtr->outQueueHead; [all …]
|
H A D | standard.patch | 233 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
|
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b2/ |
H A D | tclIO.c | 1342 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1504 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 1922 bufPtr = chanPtr->outQueueHead; 1923 chanPtr->outQueueHead = bufPtr->nextPtr; 1926 chanPtr->outQueueHead = (ChannelBuffer *) NULL; 2033 chanPtr->outQueueHead = chanPtr->curOutPtr; 2040 bufPtr = chanPtr->outQueueHead; 2138 chanPtr->outQueueHead = bufPtr->nextPtr; 2233 if (chanPtr->outQueueHead != (ChannelBuffer *) NULL) { 6731 for (bufPtr = chanPtr->outQueueHead; [all …]
|
H A D | standard.patch | 325 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
|
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/ |
H A D | tclIO.h | 208 ChannelBuffer *outQueueHead;/* Points at first buffer in output queue. */ member
|
H A D | tclIO.c | 1165 statePtr->outQueueHead = (ChannelBuffer *) NULL; 1918 while (statePtr->outQueueHead != (ChannelBuffer *) NULL) { 1919 bufPtr = statePtr->outQueueHead; 1920 statePtr->outQueueHead = bufPtr->nextPtr; 1923 statePtr->outQueueHead = (ChannelBuffer *) NULL; 2032 statePtr->outQueueHead = statePtr->curOutPtr; 2039 bufPtr = statePtr->outQueueHead; 2146 statePtr->outQueueHead = bufPtr->nextPtr; 2164 } else if (statePtr->outQueueHead == (ChannelBuffer *) NULL) { 2247 if (statePtr->outQueueHead != (ChannelBuffer *) NULL) { [all …]
|