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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c53 * (3) the settings used for reading and command-line editing (tio_rtios), and
224 struct termios tio_rtios; /* Settings for read loop */ member in struct:termio_data
412 if (termio_ctl(td->tio_io, TCSETSW, &td->tio_rtios) == -1)
804 bcopy(&td->tio_ptios, &td->tio_rtios, sizeof (struct termios));
805 td->tio_rtios.c_iflag &= ~(ISTRIP | INPCK | ICRNL | INLCR | IUCLC);
806 td->tio_rtios.c_oflag &= ~(OCRNL | ONLRET);
807 td->tio_rtios.c_oflag |= ONLCR;
808 td->tio_rtios.c_lflag &= ~(ISIG | ICANON | ECHO);
809 td->tio_rtios.c_cflag |= CS8;
810 td->tio_rtios
[all...]

Completed in 49 milliseconds