Searched defs:otios (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds