Searched refs:chunkPtr2 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTextDisp.c1863 TkTextDispChunk *chunkPtr2; /* Pointer to chunk in the line above or
1867 TkTextDispChunk *nextPtr2; /* Next chunk after chunkPtr2 (it's not the
1868 * same as chunkPtr2->nextPtr in the case
1869 * where chunkPtr2 is NULL because the line
1877 int rightX2; /* Right edge of chunkPtr2. */
1983 chunkPtr2 = NULL;
1992 chunkPtr2 = nextPtr2;
1993 if (chunkPtr2 == NULL) {
1996 nextPtr2 = chunkPtr2->nextPtr;
1997 rightX2 = chunkPtr2
1854 TkTextDispChunk *chunkPtr2; /* Pointer to chunk in the line above or local
4899 TkTextDispChunk *chunkPtr2, *decimalChunkPtr; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTextDisp.c2527 TkTextDispChunk *chunkPtr2; /* Pointer to chunk in the line above or below
2531 TkTextDispChunk *nextPtr2; /* Next chunk after chunkPtr2 (it's not the
2532 * same as chunkPtr2->nextPtr in the case
2533 * where chunkPtr2 is NULL because the line is
2541 int rightX2; /* Right edge of chunkPtr2. */
2648 chunkPtr2 = NULL;
2657 chunkPtr2 = nextPtr2;
2658 if (chunkPtr2 == NULL) {
2661 nextPtr2 = chunkPtr2->nextPtr;
2662 rightX2 = chunkPtr2
2518 TkTextDispChunk *chunkPtr2; /* Pointer to chunk in the line above or below local
7689 TkTextDispChunk *chunkPtr2, *decimalChunkPtr; local
[all...]

Completed in 63 milliseconds