Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dcon3270.c99 int allocated_lines; member
188 return (line + incr) & (tp->allocated_lines - 1); in tty3270_line_increment()
487 for (i = 0; i < tp->allocated_lines; i++) in tty3270_update_lines_visible()
499 for (i = 0; i < tp->allocated_lines; i++) { in tty3270_update_lines_all()
511 if (i == tp->allocated_lines) { in tty3270_update_lines_all()
661 if (tp->nr_up > tp->allocated_lines - tty3270_tty_rows(tp)) in tty3270_scroll_backward()
662 tp->nr_up = tp->allocated_lines - tty3270_tty_rows(tp); in tty3270_scroll_backward()
973 int new_allocated, old_allocated = tp->allocated_lines; in tty3270_resize()
1002 tp->allocated_lines = new_allocated; in tty3270_resize()
1063 tty3270_free_screen(tp->screen, tp->allocated_lines); in tty3270_free()
[all …]