Home
last modified time | relevance | path

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

/haiku/src/apps/terminal/
H A DHistoryBuffer.h39 HistoryLine* _AllocateLine(int32 attributesRuns,
H A DHistoryBuffer.cpp163 HistoryLine* historyLine = _AllocateLine(attributesRuns, byteLength); in AddLine()
256 HistoryBuffer::_AllocateLine(int32 attributesRuns, int32 byteLength) in _AllocateLine() function in HistoryBuffer