Lines Matching refs:tty3270_goto_xy
1454 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy)
1525 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy);
1577 tty3270_goto_xy(tp, tty3270_getpar(tp, 1) - 1,
1581 tty3270_goto_xy(tp, tp->cx, tty3270_getpar(tp, 0) - 1);
1585 tty3270_goto_xy(tp, tp->cx, tp->cy - tty3270_getpar(tp, 0));
1590 tty3270_goto_xy(tp, tp->cx, tp->cy + tty3270_getpar(tp, 0));
1594 tty3270_goto_xy(tp, tp->cx + tty3270_getpar(tp, 0), tp->cy);
1597 tty3270_goto_xy(tp, tp->cx - tty3270_getpar(tp, 0), tp->cy);
1601 tty3270_goto_xy(tp, tty3270_getpar(tp, 0), tp->cy);
1626 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy);