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

/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c37 #include <termios.h>
57 struct termios termios_dflt = {
130 struct termios termios; local
186 if (tcgetattr(console, &termios) == -1) {
191 if (termios.c_cc[VERASE] == 0) {
192 termios = termios_dflt;
194 termios.c_iflag = termios_dflt.c_iflag;
195 termios.c_oflag = termios_dflt.c_oflag;
196 termios
[all...]

Completed in 10 milliseconds