Searched refs:dstMax (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c2709 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2727 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2728 dstLen = dstMax;
2750 if (dstLen > dstMax) {
2752 dstLen = dstMax;
3020 char *dstStart, *dstMax;
3024 dstMax = dst + *dstLenPtr;
3035 if (dstEnd < dstMax) {
2678 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
2987 char *dstStart, *dstMax; local
H A DtclIO.c.orig2385 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2403 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2404 dstLen = dstMax;
2426 if (dstLen > dstMax) {
2428 dstLen = dstMax;
2696 char *dstStart, *dstMax;
2700 dstMax = dst + *dstLenPtr;
2711 if (dstEnd < dstMax) {
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c2709 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2727 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2728 dstLen = dstMax;
2750 if (dstLen > dstMax) {
2752 dstLen = dstMax;
3020 char *dstStart, *dstMax;
3024 dstMax = dst + *dstLenPtr;
3035 if (dstEnd < dstMax) {
2678 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
2987 char *dstStart, *dstMax; local
H A DtclIO.c.orig2385 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2403 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2404 dstLen = dstMax;
2426 if (dstLen > dstMax) {
2428 dstLen = dstMax;
2696 char *dstStart, *dstMax;
2700 dstMax = dst + *dstLenPtr;
2711 if (dstEnd < dstMax) {
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig2384 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2402 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2403 dstLen = dstMax;
2425 if (dstLen > dstMax) {
2427 dstLen = dstMax;
2697 char *dstStart, *dstMax, *dstEnd;
2701 dstMax = dst + *dstLenPtr;
2707 if (dstEnd < dstMax) {
H A DtclIO.c2648 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2666 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2667 dstLen = dstMax;
2689 if (dstLen > dstMax) {
2691 dstLen = dstMax;
2961 char *dstStart, *dstMax, *dstEnd;
2965 dstMax = dst + *dstLenPtr;
2971 if (dstEnd < dstMax) {
2617 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
2928 char *dstStart, *dstMax, *dstEnd; local
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig2385 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2403 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2404 dstLen = dstMax;
2426 if (dstLen > dstMax) {
2428 dstLen = dstMax;
2696 char *dstStart, *dstMax;
2700 dstMax = dst + *dstLenPtr;
2711 if (dstEnd < dstMax) {
H A DtclIO.c2727 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2745 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2746 dstLen = dstMax;
2768 if (dstLen > dstMax) {
2770 dstLen = dstMax;
3038 char *dstStart, *dstMax;
3042 dstMax = dst + *dstLenPtr;
3053 if (dstEnd < dstMax) {
2696 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
3005 char *dstStart, *dstMax; local
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig2385 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2403 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2404 dstLen = dstMax;
2426 if (dstLen > dstMax) {
2428 dstLen = dstMax;
2696 char *dstStart, *dstMax;
2700 dstMax = dst + *dstLenPtr;
2711 if (dstEnd < dstMax) {
H A DtclIO.c2727 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2745 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
2746 dstLen = dstMax;
2768 if (dstLen > dstMax) {
2770 dstLen = dstMax;
3038 char *dstStart, *dstMax;
3042 dstMax = dst + *dstLenPtr;
3053 if (dstEnd < dstMax) {
2696 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
3005 char *dstStart, *dstMax; local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.c3507 int dstMax, sawLF, savedLF, total, dstLen, toWrite, translate;
3527 dstMax = SpaceLeft(bufPtr);
3528 dstLen = dstMax;
3552 if (dstLen > dstMax) {
3554 dstLen = dstMax;
3882 char *dstStart, *dstMax;
3886 dstMax = dst + *dstLenPtr;
3897 if (dstEnd < dstMax) {
3464 int dstMax, sawLF, savedLF, total, dstLen, toWrite, translate; local
3837 char *dstStart, *dstMax; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIO.c3120 int dstMax, sawLF, savedLF, total, dstLen, toWrite;
3138 dstMax = bufPtr->bufLength - bufPtr->nextAdded;
3139 dstLen = dstMax;
3161 if (dstLen > dstMax) {
3163 dstLen = dstMax;
3478 char *dstStart, *dstMax;
3482 dstMax = dst + *dstLenPtr;
3493 if (dstEnd < dstMax) {
3077 int dstMax, sawLF, savedLF, total, dstLen, toWrite; local
3433 char *dstStart, *dstMax; local

Completed in 449 milliseconds