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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTextTag.c679 TkBTreeStartSearch(&index1, &last, tagPtr, &tSearch);
808 TkBTreeStartSearch(&tSearch.curIndex, &last, tagPtr, &tSearch);
883 TkBTreeStartSearch(&first, &last, tagPtr, &tSearch);
H A DtkText.h1017 MODULE_SCOPE void TkBTreeStartSearch(TkTextIndex *index1Ptr,
H A DtkTextIndex.c844 TkBTreeStartSearch(&first, &last, tagPtr, &search);
H A DtkText.c2090 TkBTreeStartSearch(&first, &last, textPtr->selTagPtr, &search);
2209 TkBTreeStartSearch(&first, &last, textPtr->selTagPtr, &search);
3251 TkBTreeStartSearch(&textPtr->selIndex, &eof, textPtr->selTagPtr, &search);
H A DtkTextBTree.c2185 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, &search);
2230 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, &search);
2626 * TkBTreeStartSearch --
2647 TkBTreeStartSearch(
2834 * the call to TkBTreeStartSearch.
2838 * criteria specified in the call to TkBTreeStartSearch; in this case
2856 * TkBTreeStartSearch. */
3000 * from the B-tree since the call to TkBTreeStartSearch.
3004 * criteria specified in the call to TkBTreeStartSearch; in this case
3022 * TkBTreeStartSearch
2618 TkBTreeStartSearch( function
[all...]
H A DtkTextDisp.c4740 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, &search);
4745 * index1Ptr (See the use of FindTagStart in TkBTreeStartSearch).
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkTextTag.c620 TkBTreeStartSearch(&index1, &last, tagPtr, &tSearch);
702 TkBTreeStartSearch(&tSearch.curIndex, &last, tagPtr, &tSearch);
763 TkBTreeStartSearch(&first, &last, tagPtr, &tSearch);
H A DtkText.h809 EXTERN void TkBTreeStartSearch _ANSI_ARGS_((TkTextIndex *index1Ptr,
H A DtkTextIndex.c386 TkBTreeStartSearch(&first, &last, tagPtr, &search);
H A DtkTextBTree.c1214 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, &search);
1258 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, &search);
1648 * TkBTreeStartSearch --
1669 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, searchPtr)
1857 * the B-tree since the call to TkBTreeStartSearch.
1861 * criteria specified in the call to TkBTreeStartSearch; in this
1878 * call to TkBTreeStartSearch. */
2020 * the B-tree since the call to TkBTreeStartSearch.
2024 * criteria specified in the call to TkBTreeStartSearch; in this
2041 * call to TkBTreeStartSearch
1650 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, searchPtr) function
[all...]
H A DtkText.c1143 TkBTreeStartSearch(&first, &last, textPtr->selTagPtr, &search);
1812 TkBTreeStartSearch(&textPtr->selIndex, &eof, textPtr->selTagPtr, &search);
H A DtkTextDisp.c2893 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, &search);
2897 * comes after index1Ptr (See the use of FindTagStart in TkBTreeStartSearch)

Completed in 368 milliseconds