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

/linux-master/kernel/debug/kdb/
H A Dkdb_io.c134 static bool last_char_was_cr; local
159 if (last_char_was_cr && key == '\n') {
160 last_char_was_cr = false;
163 last_char_was_cr = (key == '\r');

Completed in 123 milliseconds