Searched refs:tio_link (Results 1 – 1 of 1) sorted by relevance
219 mdb_iob_t *tio_link; /* I/o buffer to resize on WINCH */ member453 if (td->tio_link != NULL) in termio_read()454 mdb_iob_resize(td->tio_link, td->tio_rows, td->tio_cols); in termio_read()624 td->tio_link = iob; in termio_link()635 if (td->tio_link == iob) in termio_unlink()636 td->tio_link = NULL; in termio_unlink()1506 td->tio_link = NULL; in mdb_termio_create()2027 if (change && td->tio_link != NULL) in termio_winch()2028 mdb_iob_resize(td->tio_link, td->tio_rows, td->tio_cols); in termio_winch()