Searched refs:oops_line (Results 1 – 1 of 1) sorted by relevance
94 unsigned int oops_line; /* line counter used when print oops */ member 505 len = tty3270_convert_line(tp, line, tp->oops_line); in tty3270_update_lines_all() 509 if (++tp->oops_line >= tty3270_tty_rows(tp)) in tty3270_update_lines_all() 510 tp->oops_line = 0; in tty3270_update_lines_all() 514 if (tp->oops_line < tty3270_tty_rows(tp)) { in tty3270_update_lines_all()