Searched refs:dstPtr (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextIndex.c594 * *dstPtr is modified to refer to the character "count" characters
606 TkTextIndexForwChars(srcPtr, count, dstPtr)
610 TkTextIndex *dstPtr; /* Destination index: gets modified. */
617 TkTextIndexBackChars(srcPtr, -count, dstPtr);
621 *dstPtr = *srcPtr;
622 dstPtr->charIndex += count;
629 for (segPtr = dstPtr->linePtr->segPtr; segPtr != NULL;
639 if (dstPtr->charIndex < lineLength) {
642 dstPtr->charIndex -= lineLength;
643 linePtr = TkBTreeNextLine(dstPtr
[all...]
H A DtkText.h752 int count, TkTextIndex *dstPtr));
756 int count, TkTextIndex *dstPtr));
H A DtkTextDisp.c334 TkTextIndex *dstPtr));
3008 * *dstPtr is filled in with the index of the first character
3024 MeasureUp(textPtr, srcPtr, distance, dstPtr)
3031 TkTextIndex *dstPtr; /* Index to fill in with result. */
3075 *dstPtr = (noBestYet) ? dlPtr->index : bestIndex;
3099 TkTextMakeIndex(textPtr->tree, 0, 0, dstPtr);

Completed in 35 milliseconds