Searched refs:dst_y (Results 1 – 1 of 1) sorted by relevance
1085 size_t dst_y = tipos / td->tio_cols; in termio_mvcur() local1090 if (td->tio_y != dst_y) { in termio_mvcur()1091 if (td->tio_y < dst_y) { in termio_mvcur()1093 cnt = dst_y - td->tio_y; in termio_mvcur()1097 cnt = td->tio_y - dst_y; in termio_mvcur()1104 td->tio_y = dst_y; in termio_mvcur()