Lines Matching refs:tty3270_goto_xy
1526 static void tty3270_goto_xy(struct tty3270 *tp, int cx, int cy)
1602 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy);
1672 tty3270_goto_xy(tp, tty3270_getpar(tp, 1) - 1,
1676 tty3270_goto_xy(tp, tp->cx, tty3270_getpar(tp, 0) - 1);
1680 tty3270_goto_xy(tp, tp->cx, tp->cy - tty3270_getpar(tp, 0));
1685 tty3270_goto_xy(tp, tp->cx, tp->cy + tty3270_getpar(tp, 0));
1689 tty3270_goto_xy(tp, tp->cx + tty3270_getpar(tp, 0), tp->cy);
1692 tty3270_goto_xy(tp, tp->cx - tty3270_getpar(tp, 0), tp->cy);
1696 tty3270_goto_xy(tp, tty3270_getpar(tp, 0), tp->cy);
1719 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy);