Searched refs:tio_attrs (Results 1 – 1 of 1) sorted by relevance
228 char *tio_attrs; /* Attribute string buffer */ member595 if (td->tio_attrs) in termio_close()596 mdb_free(td->tio_attrs, td->tio_attrslen); in termio_close()1323 td->tio_attrs = mdb_alloc(nbytes, UM_SLEEP); in termio_setup_attrs()1325 td->tio_attrs = NULL; in termio_setup_attrs()1328 bufp = td->tio_attrs; in termio_setup_attrs()