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

/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp452 int32 currentHistoryLine = sCurrentLine; local
545 historyLine = currentHistoryLine - 1;
550 if (currentHistoryLine == sCurrentLine)
553 historyLine = currentHistoryLine + 1;
574 currentHistoryLine = historyLine;
587 int32 historyLine = currentHistoryLine;
613 currentHistoryLine = historyLine;

Completed in 39 milliseconds