Home | History | Annotate | Download | only in qemud

Lines Matching defs:ios

1633         struct termios  ios;
1634 tcgetattr( fd, &ios );
1635 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */
1636 tcsetattr( fd, TCSANOW, &ios );