Home
last modified time | relevance | path

Searched refs:_PreviousChar (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h217 bool _PreviousChar(TermPos& pos, UTF8Char& c) const;
H A DBasicTerminalBuffer.cpp581 if (!(forward ? _NextChar(pos, c) : _PreviousChar(pos, c))) in Find()
601 if ((_PreviousChar(tempPos, c) && !c.IsSpace()) in Find()
620 _PreviousChar(pos, c); in Find()
1691 BasicTerminalBuffer::_PreviousChar(TermPos& pos, UTF8Char& c) const in _PreviousChar() function in BasicTerminalBuffer