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

/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp89 int32 attributesRunCount = line->attributesRunCount; local
90 int32 nextAttributesAt = attributesRunCount > 0
100 } else if (attributesRunCount > 0) {
105 attributesRunCount--;
230 line->attributesRunCount = 0;
295 line->attributesRunCount = attributesRuns;
H A DTerminalLine.h246 uint16 attributesRunCount; // number of attribute runs member in struct:HistoryLine
258 return (char*)(attributesRuns + attributesRunCount);
263 return attributesRunCount * sizeof(AttributesRun) + byteLength;

Completed in 55 milliseconds