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

/haiku/src/apps/terminal/
H A DTerminalBuffer.cpp31 fAlternateHistory(NULL),
43 delete fAlternateHistory;
319 else if (fAlternateHistory != NULL)
320 historyCapacity = fAlternateHistory->Capacity();
407 std::swap(fHistory, fAlternateHistory);
H A DTerminalBuffer.h77 HistoryBuffer* fAlternateHistory; member in class:TerminalBuffer

Completed in 53 milliseconds