Searched refs:CHANNEL_STICKY_EOF (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.h275 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel macro
H A DtclIO.c4280 SetFlag(statePtr, CHANNEL_EOF | CHANNEL_STICKY_EOF);
4513 SetFlag(statePtr, CHANNEL_EOF | CHANNEL_STICKY_EOF);
5949 SetFlag(statePtr, CHANNEL_EOF | CHANNEL_STICKY_EOF);
6017 if (statePtr->flags & CHANNEL_STICKY_EOF) {
6450 ~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR);
6840 if ((statePtr->flags & CHANNEL_STICKY_EOF) == 0) {
6873 return ((statePtr->flags & CHANNEL_STICKY_EOF) ||
7587 ~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED);
9023 if (!(statePtr->flags & CHANNEL_STICKY_EOF)) {
9262 SetFlag(statePtr, CHANNEL_EOF | CHANNEL_STICKY_EOF);
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIO.h268 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
H A DtclIO.c3849 statePtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
5226 statePtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
5295 if (statePtr->flags & CHANNEL_STICKY_EOF) {
5719 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
6016 if ((statePtr->flags & CHANNEL_STICKY_EOF) == 0) {
6049 return ((statePtr->flags & CHANNEL_STICKY_EOF) ||
6765 statePtr->flags &= (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED));
8198 if (!(statePtr->flags & CHANNEL_STICKY_EOF)) {
8449 statePtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
9608 if (flags & CHANNEL_STICKY_EOF) {bu
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b1/
H A DtclIO.c.orig201 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
2690 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2780 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2822 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2833 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2844 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3083 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3195 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3305 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3402 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
[all...]
H A DtclIO.c212 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
2914 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3004 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3046 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3057 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3068 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3307 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3419 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3529 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3626 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c.orig201 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
2725 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2815 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2857 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2868 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2879 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3026 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3168 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3397 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3560 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
H A DtclIO.c212 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
2949 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3039 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3081 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3092 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3103 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3250 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3392 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3621 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3784 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c.orig202 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
2726 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2816 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2858 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2869 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2880 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3027 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3169 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3426 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3595 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
H A DtclIO.c228 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
3006 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3096 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3138 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3149 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3160 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3307 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3449 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3706 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3875 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c.orig202 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
2726 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2816 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2858 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2869 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2880 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3027 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3169 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3426 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3595 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
H A DtclIO.c228 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
3006 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3096 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3138 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3149 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3160 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3307 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3449 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3706 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3875 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c.orig201 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
2721 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2811 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2853 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2864 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2875 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3022 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3164 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3393 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3556 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
H A DtclIO.c212 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
2945 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3035 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3077 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3088 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3099 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3246 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3388 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3617 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3780 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A DtclIO.c197 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
2877 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2967 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3009 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3020 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3031 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3233 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3335 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3423 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3583 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a2/
H A DtclIO.c197 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
2877 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2967 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3009 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3020 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3031 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3233 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3335 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3423 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
3583 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKE
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A DtclIO.c197 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
2849 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2939 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2981 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2992 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3003 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3205 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3307 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3466 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
3684 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A DtclIO.c197 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
2863 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2953 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
2995 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3006 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3017 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
3219 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3321 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
3480 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
3698 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c256 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
3385 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4448 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4509 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
4848 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
5083 if ((chanPtr->flags & CHANNEL_STICKY_EOF) == 0) {
5116 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
7430 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
7681 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
H A DtclIO.c.orig234 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
3061 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4124 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4185 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
4524 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
4759 if ((chanPtr->flags & CHANNEL_STICKY_EOF) == 0) {
4792 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
7106 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
7357 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c256 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because macro
3385 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4448 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4509 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
4848 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
5083 if ((chanPtr->flags & CHANNEL_STICKY_EOF) == 0) {
5116 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
7429 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
7680 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
H A DtclIO.c.orig234 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
3061 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4124 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4185 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
4524 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
4759 if ((chanPtr->flags & CHANNEL_STICKY_EOF) == 0) {
4792 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
7105 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
7356 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig233 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
3056 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4098 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4158 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
4490 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
4725 if ((chanPtr->flags & CHANNEL_STICKY_EOF) == 0) {
4758 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
7079 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
7321 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig234 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
3061 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4124 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4185 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
4524 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
4759 if ((chanPtr->flags & CHANNEL_STICKY_EOF) == 0) {
4792 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
7105 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
7356 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig234 #define CHANNEL_STICKY_EOF (1<<10) /* EOF occurred on this channel because
3061 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4124 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);
4185 if (chanPtr->flags & CHANNEL_STICKY_EOF) {
4524 (~(CHANNEL_EOF | CHANNEL_STICKY_EOF | CHANNEL_BLOCKED | INPUT_SAW_CR));
4759 if ((chanPtr->flags & CHANNEL_STICKY_EOF) == 0) {
4792 return ((chanPtr->flags & CHANNEL_STICKY_EOF) ||
7105 if (!(chanPtr->flags & CHANNEL_STICKY_EOF)) {
7356 chanPtr->flags |= (CHANNEL_EOF | CHANNEL_STICKY_EOF);

Completed in 616 milliseconds

12