Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c1039 td->tio_x++; in termio_addch()
1044 td->tio_x = 0; in termio_addch()
1063 td->tio_x++; in termio_insch()
1071 td->tio_x = 0; in termio_insch()
1107 if (td->tio_x != dst_x) { in termio_mvcur()
1108 if (td->tio_x < dst_x) { in termio_mvcur()
1120 td->tio_x = dst_x; in termio_mvcur()
1141 if (td->tio_x == 0) { in termio_bspch()
1165 td->tio_x--; in termio_bspch()
1198 while (td->tio_x-- != 0) in termio_clear()
[all …]