Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dcon3270.c86 int nr_up; /* # lines up in history. */ member
199 return tp->screen + tty3270_line_increment(tp, tp->line_view_start, num - tp->nr_up); in tty3270_get_view_line()
274 if (tp->nr_up) { in tty3270_add_status()
275 len = sprintf(cp, "History %d", -tp->nr_up); in tty3270_add_status()
296 tp->nr_up = 0; in tty3270_blank_screen()
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()
648 tp->nr_up = 0; in tty3270_scroll_forward()
661 tp->nr_up += tty3270_tty_rows(tp) / 2; in tty3270_scroll_backward()
662 if (tp->nr_up > tp->allocated_lines - tty3270_tty_rows(tp)) in tty3270_scroll_backward()
[all …]