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

/ast/src/lib/libtk/generic/
H A DtkEntry.c1814 int newLeftIndex;
1827 newLeftIndex = entryPtr->scanMarkIndex
1829 if (newLeftIndex >= entryPtr->numChars) {
1830 newLeftIndex = entryPtr->scanMarkIndex = entryPtr->numChars-1;
1833 if (newLeftIndex < 0) {
1834 newLeftIndex = entryPtr->scanMarkIndex = 0;
1837 if (newLeftIndex != entryPtr->leftIndex) {
1838 entryPtr->leftIndex = newLeftIndex;
1800 int newLeftIndex; local

Completed in 14 milliseconds