Searched refs:to_x (Results 1 – 1 of 1) sorted by relevance
490 to_x, bool ovw) in relative_move() argument544 if (to_x != from_x) { in relative_move()552 TPARM_1(column_address, to_x))) { in relative_move()556 if (to_x > from_x) { in relative_move()557 n = to_x - from_x; in relative_move()576 for (fr = from_x; (nxt = NEXTTAB(fr)) <= to_x; fr = nxt) { in relative_move()583 n = to_x - fr; in relative_move()650 n = from_x - to_x; in relative_move()668 for (fr = from_x; (nxt = LASTTAB(fr)) >= to_x; fr = nxt) { in relative_move()675 n = fr - to_x; in relative_move()[all …]