Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c231 char *tio_attrs; /* Attribute string buffer */ member
599 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()