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

/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h121 TermPos& matchEnd) const;
H A DBasicTerminalBuffer.cpp594 TermPos matchEnd(pos);
596 std::swap(matchStart, matchEnd);
602 || (_NextChar(tempPos = matchEnd, c) && !c.IsSpace())) {
609 _matchEnd = matchEnd;
611 //matchEnd.x, matchEnd.y);
H A DTermView.cpp2912 TermPos matchStart, matchEnd; local
2914 matchWord, matchStart, matchEnd)) {
2918 _Select(matchStart, matchEnd, false, true);

Completed in 27 milliseconds