Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
Dtty3270.c102 unsigned int saved_cx, saved_cy; member
1518 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1525 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1530 tp->cx = tp->saved_cx = 0; in tty3270_escape_sequence()
1619 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1626 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1841 tp->cx = tp->saved_cx = 0; in tty3270_hangup()