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

/ast/src/lib/libtk/generic/
H A DtkText.c1515 TkTextIndex index, stopIndex;
1571 argv[0], " search ?switches? pattern index ?stopIndex?",
1609 if (TkTextGetIndex(interp, textPtr, argv[i+2], &stopIndex) != TCL_OK) {
1612 stopLine = TkBTreeLineIndex(stopIndex.linePtr);
1796 if (!backwards && (TkTextIndexCmp(&index, &stopIndex) >= 0)) {
1799 if (backwards && (TkTextIndexCmp(&index, &stopIndex) < 0)) {
1503 TkTextIndex index, stopIndex; local

Completed in 10 milliseconds