Searched defs:tio_link (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c219 mdb_iob_t *tio_link; /* I/o buffer to resize on WINCH */ member in struct:termio_data
453 if (td->tio_link != NULL)
454 mdb_iob_resize(td->tio_link, td->tio_rows, td->tio_cols);
624 td->tio_link = iob;
635 if (td->tio_link == iob)
636 td->tio_link = NULL;
1506 td->tio_link = NULL;
2027 if (change && td->tio_link != NULL)
2028 mdb_iob_resize(td->tio_link, td->tio_rows, td->tio_cols);

Completed in 48 milliseconds