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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c834 int linesLeft;
837 linesLeft = line;
849 nodePtr->numLines <= linesLeft;
854 linesLeft -= nodePtr->numLines;
862 for (linePtr = nodePtr->children.linePtr; linesLeft > 0;
867 linesLeft -= 1;
1695 searchPtr->linesLeft = 0;
1718 searchPtr->linesLeft = TkBTreeLineIndex(index2Ptr->linePtr) + 1
1721 if (searchPtr->linesLeft == 1) {
1732 searchPtr->linesLeft
825 int linesLeft; local
[all...]
H A DtkText.h377 int linesLeft; /* Lines left to search (including member in struct:TkTextSearch

Completed in 13 milliseconds