HomeSort by relevance Sort by last modified time
    Searched full:newtio (Results 1 - 1 of 1) sorted by null

  /external/libppp/src/
prompt.c 421 struct termios newtio; local
430 newtio = p->oldtio;
432 tcgetattr(fd, &newtio);
434 newtio.c_lflag &= ~(ECHO | ISIG | ICANON);
435 newtio.c_iflag = 0;
436 newtio.c_oflag &= ~OPOST;
438 newtio.c_cc[VINTR] = _POSIX_VDISABLE;
439 newtio.c_cc[VMIN] = 1;
440 newtio.c_cc[VTIME] = 0;
441 newtio.c_cflag |= CS8
453 struct termios newtio; local
    [all...]

Completed in 157 milliseconds