Searched refs:curByte (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixRFont.c617 int clen, curX, newX, curByte, newByte, sawNonSpace;
625 curByte = 0;
639 return curByte;
646 termByte = curByte;
662 newByte = curByte + clen;
665 (flags & TK_AT_LEAST_ONE && curByte == 0)) {
667 curByte = newByte;
670 curByte = termByte;
676 curByte = newByte;
680 printf("MeasureChars %s length %d bytes %d\n", string, curX, curByte);
604 int clen, curX, newX, curByte, newByte, sawNonSpace; local
[all...]
H A DtkUnixFont.c1025 int curX, curByte;
1040 curByte = 0;
1093 curByte = numBytes;
1182 curByte = term - source;
1186 return curByte;
1013 int curX, curByte; local
/macosx-10.9.5/CF-855.17/
H A DCFBitVector.c365 uint8_t *curByte; member in struct:_getBitsContext
377 /* First initBits bits go in *curByte ... */
380 *context->curByte |= (uint8_t)(val >> (__CF_BITS_PER_BUCKET - context->initBits));
381 context->curByte++;
387 /* ... then next groups of __CF_BITS_PER_BYTE go in *curByte ... */
389 *context->curByte = (uint8_t)(val >> (__CF_BITS_PER_BUCKET - __CF_BITS_PER_BYTE));
390 context->curByte++;
399 /* ... then remaining bits go in *curByte */
401 *context->curByte = (uint8_t)(val >> (__CF_BITS_PER_BUCKET - __CF_BITS_PER_BYTE));
412 context.curByte
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXFont.c734 int curX, curByte;
759 curByte = 0;
799 curByte = numBytes;
841 curByte = numBytes;
843 curByte = rest - sourceOrig;
853 return curByte;
726 int curX, curByte; local
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixFont.c1000 int curX, curByte;
1015 curByte = 0;
1068 curByte = numBytes;
1157 curByte = term - source;
1161 return curByte;
989 int curX, curByte; local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c.orig2551 char curByte; /* The byte we are currently translating. */
2636 curByte = bufPtr->buf[bufPtr->nextRemoved];
2638 if (curByte == '\r') {
2645 } else if (curByte == '\n') {
2654 result[copied] = curByte;
2674 curByte = bufPtr->buf[bufPtr->nextRemoved];
2676 if (curByte == '\r') {
2688 if (curByte == '\n') {
2694 result[copied] = curByte;
H A DtclIO.c2775 char curByte; /* The byte we are currently translating. */
2860 curByte = bufPtr->buf[bufPtr->nextRemoved];
2862 if (curByte == '\r') {
2869 } else if (curByte == '\n') {
2878 result[copied] = curByte;
2898 curByte = bufPtr->buf[bufPtr->nextRemoved];
2900 if (curByte == '\r') {
2912 if (curByte == '\n') {
2918 result[copied] = curByte;
2743 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c.orig2552 char curByte; /* The byte we are currently translating. */
2637 curByte = bufPtr->buf[bufPtr->nextRemoved];
2639 if (curByte == '\r') {
2646 } else if (curByte == '\n') {
2655 result[copied] = curByte;
2675 curByte = bufPtr->buf[bufPtr->nextRemoved];
2677 if (curByte == '\r') {
2689 if (curByte == '\n') {
2695 result[copied] = curByte;
H A DtclIO.c2832 char curByte; /* The byte we are currently translating. */
2917 curByte = bufPtr->buf[bufPtr->nextRemoved];
2919 if (curByte == '\r') {
2926 } else if (curByte == '\n') {
2935 result[copied] = curByte;
2955 curByte = bufPtr->buf[bufPtr->nextRemoved];
2957 if (curByte == '\r') {
2969 if (curByte == '\n') {
2975 result[copied] = curByte;
2800 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c.orig2552 char curByte; /* The byte we are currently translating. */
2637 curByte = bufPtr->buf[bufPtr->nextRemoved];
2639 if (curByte == '\r') {
2646 } else if (curByte == '\n') {
2655 result[copied] = curByte;
2675 curByte = bufPtr->buf[bufPtr->nextRemoved];
2677 if (curByte == '\r') {
2689 if (curByte == '\n') {
2695 result[copied] = curByte;
H A DtclIO.c2832 char curByte; /* The byte we are currently translating. */
2917 curByte = bufPtr->buf[bufPtr->nextRemoved];
2919 if (curByte == '\r') {
2926 } else if (curByte == '\n') {
2935 result[copied] = curByte;
2955 curByte = bufPtr->buf[bufPtr->nextRemoved];
2957 if (curByte == '\r') {
2969 if (curByte == '\n') {
2975 result[copied] = curByte;
2800 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b1/
H A DtclIO.c.orig2516 char curByte; /* The byte we are currently translating. */
2601 curByte = bufPtr->buf[bufPtr->nextRemoved];
2603 if (curByte == '\r') {
2610 } else if (curByte == '\n') {
2619 result[copied] = curByte;
2639 curByte = bufPtr->buf[bufPtr->nextRemoved];
2641 if (curByte == '\r') {
2653 if (curByte == '\n') {
2659 result[copied] = curByte;
H A DtclIO.c2740 char curByte; /* The byte we are currently translating. */
2825 curByte = bufPtr->buf[bufPtr->nextRemoved];
2827 if (curByte == '\r') {
2834 } else if (curByte == '\n') {
2843 result[copied] = curByte;
2863 curByte = bufPtr->buf[bufPtr->nextRemoved];
2865 if (curByte == '\r') {
2877 if (curByte == '\n') {
2883 result[copied] = curByte;
2709 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c.orig2547 char curByte; /* The byte we are currently translating. */
2632 curByte = bufPtr->buf[bufPtr->nextRemoved];
2634 if (curByte == '\r') {
2641 } else if (curByte == '\n') {
2650 result[copied] = curByte;
2670 curByte = bufPtr->buf[bufPtr->nextRemoved];
2672 if (curByte == '\r') {
2684 if (curByte == '\n') {
2690 result[copied] = curByte;
H A DtclIO.c2771 char curByte; /* The byte we are currently translating. */
2856 curByte = bufPtr->buf[bufPtr->nextRemoved];
2858 if (curByte == '\r') {
2865 } else if (curByte == '\n') {
2874 result[copied] = curByte;
2894 curByte = bufPtr->buf[bufPtr->nextRemoved];
2896 if (curByte == '\r') {
2908 if (curByte == '\n') {
2914 result[copied] = curByte;
2739 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c7569 int curByte;
7602 curByte = *src;
7603 if (curByte == '\n') {
7610 if (curByte == '\r') {
7613 *dst = (char) curByte;
7622 int curByte;
7645 curByte = *src;
7646 if (curByte == '\r') {
7651 if ((curByte != '\n') ||
7653 *dst = (char) curByte;
7496 int curByte; local
7549 int curByte; local
[all...]
H A DtclIO.c.orig7245 int curByte;
7278 curByte = *src;
7279 if (curByte == '\n') {
7286 if (curByte == '\r') {
7289 *dst = (char) curByte;
7298 int curByte;
7321 curByte = *src;
7322 if (curByte == '\r') {
7327 if ((curByte != '\n') ||
7329 *dst = (char) curByte;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c7568 int curByte;
7601 curByte = *src;
7602 if (curByte == '\n') {
7609 if (curByte == '\r') {
7612 *dst = (char) curByte;
7621 int curByte;
7644 curByte = *src;
7645 if (curByte == '\r') {
7650 if ((curByte != '\n') ||
7652 *dst = (char) curByte;
7495 int curByte; local
7548 int curByte; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v7.6/
H A DtclIO.c2676 char curByte; /* The byte we are currently translating. */
2761 curByte = bufPtr->buf[bufPtr->nextRemoved];
2763 if (curByte == '\r') {
2770 } else if (curByte == '\n') {
2779 result[copied] = curByte;
2798 curByte = bufPtr->buf[bufPtr->nextRemoved];
2800 if (curByte == '\r') {
2812 if (curByte == '\n') {
2818 result[copied] = curByte;
2645 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v7.6p2/
H A DtclIO.c2690 char curByte; /* The byte we are currently translating. */
2775 curByte = bufPtr->buf[bufPtr->nextRemoved];
2777 if (curByte == '\r') {
2784 } else if (curByte == '\n') {
2793 result[copied] = curByte;
2812 curByte = bufPtr->buf[bufPtr->nextRemoved];
2814 if (curByte == '\r') {
2826 if (curByte == '\n') {
2832 result[copied] = curByte;
2659 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a1/
H A DtclIO.c2704 char curByte; /* The byte we are currently translating. */
2789 curByte = bufPtr->buf[bufPtr->nextRemoved];
2791 if (curByte == '\r') {
2798 } else if (curByte == '\n') {
2807 result[copied] = curByte;
2826 curByte = bufPtr->buf[bufPtr->nextRemoved];
2828 if (curByte == '\r') {
2840 if (curByte == '\n') {
2846 result[copied] = curByte;
2673 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a2/
H A DtclIO.c2704 char curByte; /* The byte we are currently translating. */
2789 curByte = bufPtr->buf[bufPtr->nextRemoved];
2791 if (curByte == '\r') {
2798 } else if (curByte == '\n') {
2807 result[copied] = curByte;
2826 curByte = bufPtr->buf[bufPtr->nextRemoved];
2828 if (curByte == '\r') {
2840 if (curByte == '\n') {
2846 result[copied] = curByte;
2673 char curByte; /* The byte we are currently translating. */ local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig7209 int curByte;
7242 curByte = *src;
7243 if (curByte == '\n') {
7250 if (curByte == '\r') {
7253 *dst = (char) curByte;
7262 int curByte;
7285 curByte = *src;
7286 if (curByte == '\r') {
7291 if ((curByte != '\n') ||
7293 *dst = (char) curByte;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig7244 int curByte;
7277 curByte = *src;
7278 if (curByte == '\n') {
7285 if (curByte == '\r') {
7288 *dst = (char) curByte;
7297 int curByte;
7320 curByte = *src;
7321 if (curByte == '\r') {
7326 if ((curByte != '\n') ||
7328 *dst = (char) curByte;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig7244 int curByte;
7277 curByte = *src;
7278 if (curByte == '\n') {
7285 if (curByte == '\r') {
7288 *dst = (char) curByte;
7297 int curByte;
7320 curByte = *src;
7321 if (curByte == '\r') {
7326 if ((curByte != '\n') ||
7328 *dst = (char) curByte;
[all...]

Completed in 305 milliseconds

12