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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c2046 int pastLast; /* Saw last marker during scan */
2067 * Search back to the very beginning, so pastLast is irrelevent.
2069 pastLast = 1;
2071 pastLast = 0;
2085 pastLast = 1;
2090 if (searchPtr->linesLeft == 1 && !pastLast) {
2024 int pastLast; /* Saw last marker during scan */ local

Completed in 17 milliseconds