Lines Matching refs:start
178 int start, int end, int lineno, char *command));
1307 * selection then reject the selection request (make 'em start over
1422 TkTextIndex start, end;
1432 TkTextMakeIndex(textPtr->tree, 0, 0, &start);
1434 TkTextRedrawTag(textPtr, &start, &end, textPtr->selTagPtr, 1);
1435 TkBTreeTag(&start, &end, textPtr->selTagPtr, 0);
1739 char *start, *end;
1751 Tcl_RegExpRange(regexp, 0, &start, &end);
1752 i = start - startOfLine;
1753 thisLength = end - start;
2087 * position "start" up to, but not including, "end".
2096 DumpLine(interp, textPtr, what, linePtr, start, end, lineno, command)
2101 int start, end; /* Character range to dump */
2118 (offset + segPtr->size > start)) {
2125 if (start > offset) {
2126 first = start - offset;
2133 } else if ((offset >= start)) {