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

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c2886 TkTextIndex tmpIndex, rounded;
2962 MeasureUp(textPtr, &textPtr->topIndex, close, &tmpIndex);
2963 if (TkTextIndexCmp(&tmpIndex, indexPtr) <= 0) {
2974 MeasureUp(textPtr, indexPtr, close, &tmpIndex);
2975 if (FindDLine(dInfoPtr->dLinePtr, &tmpIndex) != NULL) {
2869 TkTextIndex tmpIndex, rounded; local

Completed in 20 milliseconds