Searched refs:tio_attrs (Results 1 – 1 of 1) sorted by relevance
231 char *tio_attrs; /* Attribute string buffer */ member599 if (td->tio_attrs) in termio_close()600 mdb_free(td->tio_attrs, td->tio_attrslen); in termio_close()1370 td->tio_attrs = mdb_alloc(nbytes, UM_SLEEP); in termio_setup_attrs()1372 td->tio_attrs = NULL; in termio_setup_attrs()1375 bufp = td->tio_attrs; in termio_setup_attrs()