Home
last modified time | relevance | path

Searched refs:in_command_rows (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Dblue_screen.cpp53 int32 in_command_rows; member
121 sScreen.in_command_rows++; in next_line()
123 sScreen.in_command_rows = 0; in next_line()
125 if (sScreen.paging && ((sScreen.in_command_rows > 0 in next_line()
126 && ((sScreen.in_command_rows + 3) % sScreen.rows) == 0) in next_line()
166 if (sScreen.in_command_rows > 0) in next_line()
167 sScreen.in_command_rows += 2; in next_line()