Lines Matching defs:allocated_lines
99 int allocated_lines;
188 return (line + incr) & (tp->allocated_lines - 1);
487 for (i = 0; i < tp->allocated_lines; i++)
499 for (i = 0; i < tp->allocated_lines; i++) {
511 if (i == tp->allocated_lines) {
661 if (tp->nr_up > tp->allocated_lines - tty3270_tty_rows(tp))
662 tp->nr_up = tp->allocated_lines - tty3270_tty_rows(tp);
973 int new_allocated, old_allocated = tp->allocated_lines;
1002 tp->allocated_lines = new_allocated;
1063 tty3270_free_screen(tp->screen, tp->allocated_lines);
1115 &tp->allocated_lines);