Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c1084 size_t dst_x = tipos % td->tio_cols; in termio_mvcur() local
1107 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()