Searched refs:tty3270_tty_rows (Results 1 – 1 of 1) sorted by relevance
145 static int tty3270_tty_rows(struct tty3270 *tp) in tty3270_tty_rows() function290 for (i = 0; i < tty3270_tty_rows(tp); i++) { in tty3270_blank_screen()477 for (i = 0; i < tty3270_tty_rows(tp); i++) { in tty3270_update_lines_visible()486 if (i == tty3270_tty_rows(tp)) { in tty3270_update_lines_visible()507 if (++tp->oops_line >= tty3270_tty_rows(tp)) in tty3270_update_lines_all()512 if (tp->oops_line < tty3270_tty_rows(tp)) { in tty3270_update_lines_all()513 tty3270_add_ra(tp, buf, 0, tty3270_tty_rows(tp), 0); in tty3270_update_lines_all()629 for (i = 0; i < tty3270_tty_rows(tp); i++) in tty3270_redraw()644 if (tp->nr_up >= tty3270_tty_rows(tp)) in tty3270_scroll_forward()645 tp->nr_up -= tty3270_tty_rows(tp) / 2; in tty3270_scroll_forward()[all …]