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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c1680 TkTextIndex index0; /* First index of the tag */
1688 seg0Ptr = FindTagStart(index1Ptr->tree, tagPtr, &index0);
1701 if (TkTextIndexCmp(index1Ptr, &index0) < 0) {
1706 searchPtr->curIndex = index0;
1709 index1Ptr = &index0;
1726 * the range, unless the range is artificially moved up to index0.
1728 if (((index1Ptr == &index0) &&
1730 ((index1Ptr != &index0) &&
1778 TkTextIndex index0; /* Last index of the tag */
1787 seg0Ptr = FindTagEnd(index1Ptr->tree, tagPtr, &index0);
1661 TkTextIndex index0; /* First index of the tag */ local
1758 TkTextIndex index0; /* Last index of the tag */ local
[all...]

Completed in 32 milliseconds