Home | History | Annotate | Download | only in reference-ril

Lines Matching defs:ios

2107                     struct termios  ios;
2108 tcgetattr( fd, &ios );
2109 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */
2110 tcsetattr( fd, TCSANOW, &ios );