Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dcon3270.c50 int nr_up; /* # lines up in history. */ member
95 str = (cp->nr_up != 0) ? "History" : "Running"; in con3270_update_status()
154 nr = cp->view.rows - 2 + cp->nr_up; in con3270_rebuild_update()
186 if (cp->nr_up != 0 && cp->nr_up + cp->view.rows > cp->nr_lines) { in con3270_alloc_string()
187 cp->nr_up = cp->nr_lines - cp->view.rows + 1; in con3270_alloc_string()
299 int nr_up, deactivate; in con3270_read_tasklet() local
303 nr_up = cp->nr_up; in con3270_read_tasklet()
308 nr_up in con3270_read_tasklet()
[all...]
H A Dtty3270.c74 int nr_up; /* # lines up in history. */ member
199 str = (tp->nr_up != 0) ? "History" : "Running"; in tty3270_update_status()
248 int line, nr_up; in tty3270_rebuild_update() local
257 nr_up = tp->nr_up; in tty3270_rebuild_update()
259 if (nr_up > 0) { in tty3270_rebuild_update()
260 nr_up--; in tty3270_rebuild_update()
294 if (tp->nr_up != 0 && in tty3270_alloc_string()
295 tp->nr_up + tp->view.rows - 2 >= tp->nr_lines) { in tty3270_alloc_string()
296 tp->nr_up in tty3270_alloc_string()
518 int nr_up; tty3270_scroll_forward() local
540 int nr_up; tty3270_scroll_backward() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dcon3270.c86 int nr_up; /* # lines up in history. */ member
198 return tp->screen + tty3270_line_increment(tp, tp->line_view_start, num - tp->nr_up); in tty3270_get_view_line()
273 if (tp->nr_up) { in tty3270_add_status()
274 len = sprintf(cp, "History %d", -tp->nr_up); in tty3270_add_status()
295 tp->nr_up = 0; in tty3270_blank_screen()
644 if (tp->nr_up >= tty3270_tty_rows(tp)) in tty3270_scroll_forward()
645 tp->nr_up -= tty3270_tty_rows(tp) / 2; in tty3270_scroll_forward()
647 tp->nr_up = 0; in tty3270_scroll_forward()
660 tp->nr_up += tty3270_tty_rows(tp) / 2; in tty3270_scroll_backward()
661 if (tp->nr_up > t in tty3270_scroll_backward()
[all...]

Completed in 5 milliseconds