Home
last modified time | relevance | path

Searched refs:tty_temp (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Ddc25.c1638 struct termios tty_temp, tty_old; in shoot() local
1661 memcpy ((char *) &tty_temp, (char *) &tty_old, sizeof (struct termios)); in shoot()
1663 cfsetispeed (&tty_temp, B9600); in shoot()
1664 cfsetospeed (&tty_temp, B9600); in shoot()
1671 if (tcsetattr (fd, TCSANOW, &tty_temp) == -1) in shoot()

Completed in 4 milliseconds