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

/haiku/src/apps/terminal/
H A DHistoryBuffer.h13 struct HistoryLine;
30 inline HistoryLine* LineAt(int32 index) const;
39 HistoryLine* _AllocateLine(int32 attributesRuns,
41 inline HistoryLine* _LineAt(int32 index) const;
44 HistoryLine* fLines;
55 inline HistoryLine*
62 inline HistoryLine*
H A DHistoryBuffer.cpp50 fLines = new(std::nothrow) HistoryLine[capacity];
80 HistoryLine* line = LineAt(index);
163 HistoryLine* historyLine = _AllocateLine(attributesRuns, byteLength);
227 HistoryLine* line = &fLines[fNextLine];
255 HistoryLine*
268 HistoryLine* line = _LineAt(fSize - toDrop - 1);
280 HistoryLine* line = _LineAt(fSize - toDrop - 1);
291 HistoryLine* line = &fLines[fNextLine];
H A DTerminalLine.h244 struct HistoryLine { struct

Completed in 291 milliseconds