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

/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp88 AttributesRun* attributesRun = line->AttributesRuns(); local
91 ? attributesRun->offset : INT_MAX;
96 if (charCount < attributesRun->offset) {
99 nextAttributesAt = attributesRun->offset;
101 attributes = attributesRun->attributes;
102 nextAttributesAt = attributesRun->offset
103 + attributesRun->length;
104 attributesRun++;
166 AttributesRun* attributesRun = historyLine->AttributesRuns(); local
181 attributesRun
223 AttributesRun* attributesRun local
[all...]

Completed in 28 milliseconds