Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c236 size_t tio_cols; /* Terminal width */ member
443 td->tio_max_x = len % td->tio_cols; in termio_read()
444 td->tio_max_y = len / td->tio_cols; in termio_read()
458 mdb_iob_resize(td->tio_link, td->tio_rows, td->tio_cols); in termio_read()
533 td->tio_max_x = len % td->tio_cols; in termio_read()
534 td->tio_max_y = len / td->tio_cols; in termio_read()
627 mdb_iob_resize(iob, td->tio_rows, td->tio_cols); in termio_link()
797 td->tio_cols = (size_t)winsz.ws_col; in termio_resume_tty()
800 mdb_iob_resize(td->tio_out, td->tio_rows, td->tio_cols); in termio_resume_tty()
1041 if (td->tio_x >= td->tio_cols) { in termio_addch()
[all …]