Searched refs:tty3270_tty_rows (Results 1 – 1 of 1) sorted by relevance
146 static int tty3270_tty_rows(struct tty3270 *tp) in tty3270_tty_rows() function291 for (i = 0; i < tty3270_tty_rows(tp); i++) { in tty3270_blank_screen()487 if (i == tty3270_tty_rows(tp)) { in tty3270_update_lines_visible()630 for (i = 0; i < tty3270_tty_rows(tp); i++) in tty3270_redraw()645 if (tp->nr_up >= tty3270_tty_rows(tp)) in tty3270_scroll_forward()646 tp->nr_up -= tty3270_tty_rows(tp) / 2; in tty3270_scroll_forward()661 tp->nr_up += tty3270_tty_rows(tp) / 2; in tty3270_scroll_backward()1026 ws.ws_row = tty3270_tty_rows(tp); in tty3270_resize()1296 if (tp->cy < tty3270_tty_rows(tp) - 1) { in tty3270_lf()1440 end = tty3270_tty_rows(tp); in tty3270_erase_display()[all …]