Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c1083 size_t tipos = td->tio_cmdbuf.cmd_bufidx + td->tio_promptlen; in termio_mvcur() local
1084 size_t dst_x = tipos % td->tio_cols; in termio_mvcur()
1085 size_t dst_y = tipos / td->tio_cols; in termio_mvcur()