Home
last modified time | relevance | path

Searched refs:outQueueHead (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/tcl-trf/trf2.1.4/patches/v8.0/
H A DtclIO.c1226 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 Dstandard.patch164 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/
H A DtclIO.c1710 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 DtclIO.c1710 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 DtclIO.c1710 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 DtclIO.c1252 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 Dstandard.patch217 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.5/
H A DtclIO.c1252 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 Dstandard.patch217 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclIO.h175 ChannelBuffer *outQueueHead;/* Points at first buffer in output queue. */ member
H A DtclIO.c1538 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 DtclIO.h175 ChannelBuffer *outQueueHead;/* Points at first buffer in output queue. */ member
H A DtclIO.c1722 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 DtclIO.h175 ChannelBuffer *outQueueHead;/* Points at first buffer in output queue. */ member
H A DtclIO.c1692 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 DtclIO.c1324 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 DtclIO.c1324 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 DtclIO.c1316 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 Dstandard.patch175 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b1/
H A DtclIO.c1342 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 Dstandard.patch233 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b2/
H A DtclIO.c1342 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 Dstandard.patch325 + chanPtr->outQueueHead = (ChannelBuffer *) NULL;
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclIO.h208 ChannelBuffer *outQueueHead;/* Points at first buffer in output queue. */ member
H A DtclIO.c1165 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 …]

12