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

/haiku/src/system/kernel/debug/
H A Ddebug.cpp456 int32 currentHistoryLine = sCurrentLine; local
549 historyLine = currentHistoryLine - 1;
554 if (currentHistoryLine == sCurrentLine)
557 historyLine = currentHistoryLine + 1;
578 currentHistoryLine = historyLine;
591 int32 historyLine = currentHistoryLine;
617 currentHistoryLine = historyLine;

Completed in 30 milliseconds