Searched refs:dst_x (Results 1 – 1 of 1) sorted by relevance
1084 size_t dst_x = tipos % td->tio_cols; in termio_mvcur() local1107 if (td->tio_x != dst_x) { in termio_mvcur()1108 if (td->tio_x < dst_x) { in termio_mvcur()1110 cnt = dst_x - td->tio_x; in termio_mvcur()1113 cnt = td->tio_x - dst_x; in termio_mvcur()1120 td->tio_x = dst_x; in termio_mvcur()