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

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c1684 TkTextDispChunk *chunkPtr2; /* Pointer to chunk in the line above or
1688 TkTextDispChunk *nextPtr2; /* Next chunk after chunkPtr2 (it's not the
1689 * same as chunkPtr2->nextPtr in the case
1690 * where chunkPtr2 is NULL because the line
1698 int rightX2; /* Right edge of chunkPtr2. */
1763 chunkPtr2 = NULL;
1772 chunkPtr2 = nextPtr2;
1773 if (chunkPtr2 == NULL) {
1776 nextPtr2 = chunkPtr2->nextPtr;
1777 rightX2 = chunkPtr2
1675 TkTextDispChunk *chunkPtr2; /* Pointer to chunk in the line above or local
4584 TkTextDispChunk *chunkPtr2, *decimalChunkPtr; local
[all...]

Completed in 18 milliseconds