Searched refs:fBufferAllocationOffset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp29 fBufferAllocationOffset(0)
62 fBufferAllocationOffset = 0;
73 fBufferAllocationOffset = 0;
224 = (AttributesRun*)(fBuffer + fBufferAllocationOffset);
250 fBufferAllocationOffset = 0;
265 if (fBufferAllocationOffset + bytesNeeded > fBufferSize) {
270 if (offset < fBufferAllocationOffset)
274 fBufferAllocationOffset = 0;
278 int32 nextOffset = (fBufferAllocationOffset + bytesNeeded + 1) & ~1;
282 if (offset + line->BufferSize() <= fBufferAllocationOffset
[all...]
H A DHistoryBuffer.h51 int32 fBufferAllocationOffset; member in class:HistoryBuffer

Completed in 35 milliseconds