Searched refs:selIndex (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkText.c | 1312 TkTextMakeIndex(textPtr->tree, 0, 0, &textPtr->selIndex); 1318 TkBTreeStartSearch(&textPtr->selIndex, &eof, textPtr->selTagPtr, &search); 1319 if (!TkBTreeCharTagged(&textPtr->selIndex, textPtr->selTagPtr)) { 1327 textPtr->selIndex = search.curIndex; 1356 segPtr = TkTextIndexToSeg(&textPtr->selIndex, &offsetInSeg); 1361 if (textPtr->selIndex.linePtr == search.curIndex.linePtr) { 1365 - textPtr->selIndex.charIndex; 1380 TkTextIndexForwChars(&textPtr->selIndex, chunkSize, 1381 &textPtr->selIndex); 1391 textPtr->selIndex [all...] |
H A D | tkText.h | 511 TkTextIndex selIndex; /* Used during multi-pass selection retrievals. member in struct:TkText 520 * this information nor selIndex is of any
|
Completed in 16 milliseconds