Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c262 static void termio_close(mdb_io_t *);
324 .io_close = termio_close,
590 termio_close(mdb_io_t *io) in termio_close() function