Lines Matching refs:linePtr
33 TkTextLine *linePtr, int treeGone));
35 TkTextLine *linePtr));
37 TkTextLine *linePtr));
156 markPtr->body.mark.linePtr);
204 markPtr->body.mark.linePtr);
262 if (TkBTreeLineIndex(indexPtr->linePtr)
269 markPtr->body.mark.linePtr);
275 markPtr->body.mark.linePtr = indexPtr->linePtr;
323 indexPtr->linePtr = markPtr->body.mark.linePtr;
325 for (segPtr = indexPtr->linePtr->segPtr; segPtr != markPtr;
391 MarkDeleteProc(segPtr, linePtr, treeGone)
393 TkTextLine *linePtr; /* Line containing segment. */
414 * The linePtr field of the segment gets updated.
420 MarkCleanupProc(markPtr, linePtr)
422 TkTextLine *linePtr; /* Line that now contains segment. */
424 markPtr->body.mark.linePtr = linePtr;
610 MarkCheckProc(markPtr, linePtr)
612 TkTextLine *linePtr; /* Line containing segment. */
617 if (markPtr->body.mark.linePtr != linePtr) {
618 panic("MarkCheckProc: markPtr->body.mark.linePtr bogus");
681 for (offset = 0, segPtr = index.linePtr->segPtr;
701 index.linePtr = TkBTreeNextLine(index.linePtr);
702 if (index.linePtr == (TkTextLine *) NULL) {
706 segPtr = index.linePtr->segPtr;
755 for (offset = 0, segPtr = index.linePtr->segPtr;
766 for (prevPtr = NULL, seg2Ptr = index.linePtr->segPtr;
780 index.linePtr = TkBTreePreviousLine(index.linePtr);
781 if (index.linePtr == (TkTextLine *) NULL) {