Searched defs:historySize (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/terminal/
H A DTerminalBuffer.cpp49 TerminalBuffer::Init(int32 width, int32 height, int32 historySize) argument
H A DBasicTerminalBuffer.cpp142 BasicTerminalBuffer::Init(int32 width, int32 height, int32 historySize) argument
1163 int32 historySize = min_c(HistorySize(), historyCapacity); local
1298 int32 historySize = HistorySize(); local
[all...]
H A DTermView.cpp2357 int32 historySize local
163 TermView(BRect frame, const ShellParameters& shellParameters, int32 historySize) argument
187 TermView(int rows, int columns, const ShellParameters& shellParameters, int32 historySize) argument
2876 int32 historySize; local
[all...]

Completed in 61 milliseconds