Lines Matching defs:search
2625 TkTextSearch search;
2653 * Initialize a search through all transitions on the tag, starting
2658 TkBTreeStartSearch(index1Ptr, index2Ptr, tagPtr, &search);
2660 * Make our own curIndex because at this point search.curIndex
2667 if (!TkBTreeNextTag(&search)) {
2670 curIndexPtr = &search.curIndex;
2687 * state. At the top of the loop, search contains information about
2719 if (!TkBTreeNextTag(&search)) {
2722 curIndexPtr = &search.curIndex;
2743 if (!TkBTreeNextTag(&search)) {
3861 * to search. */