Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c1544 struct termios otios; in mdb_termio_create() local
1555 if (IOP_CTL(rio, TCGETS, &otios) == -1) { in mdb_termio_create()
1561 IOP_CTL(rio, TCSETSW, &otios); /* undo setupterm() stupidity */ in mdb_termio_create()