Searched refs:allocated_lines (Results 1 – 1 of 1) sorted by relevance
100 int allocated_lines; member189 return (line + incr) & (tp->allocated_lines - 1); in tty3270_line_increment()488 for (i = 0; i < tp->allocated_lines; i++) in tty3270_update_lines_visible()500 for (i = 0; i < tp->allocated_lines; i++) { in tty3270_update_lines_all()512 if (i == tp->allocated_lines) { in tty3270_update_lines_all()662 if (tp->nr_up > tp->allocated_lines - tty3270_tty_rows(tp)) in tty3270_scroll_backward()663 tp->nr_up = tp->allocated_lines - tty3270_tty_rows(tp); in tty3270_scroll_backward()974 int new_allocated, old_allocated = tp->allocated_lines; in tty3270_resize()1003 tp->allocated_lines = new_allocated; in tty3270_resize()1064 tty3270_free_screen(tp->screen, tp->allocated_lines); in tty3270_free()[all …]