Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c222 mdb_iob_t *tio_link; /* I/o buffer to resize on WINCH */ member
457 if (td->tio_link != NULL) in termio_read()
458 mdb_iob_resize(td->tio_link, td->tio_rows, td->tio_cols); in termio_read()
628 td->tio_link = iob; in termio_link()
639 if (td->tio_link == iob) in termio_unlink()
640 td->tio_link = NULL; in termio_unlink()
1597 td->tio_link = NULL; in mdb_termio_create()
2118 if (change && td->tio_link != NULL) in termio_winch()
2119 mdb_iob_resize(td->tio_link, td->tio_rows, td->tio_cols); in termio_winch()