Home
last modified time | relevance | path

Searched refs:otty (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/morse/
H A Dmorse.c284 static struct termios otty, ntty; variable
369 if (tcgetattr(line, &otty) == -1) { in main()
372 ntty = otty; in main()
456 tcsetattr(line, TCSANOW, &otty); in main()
658 tcsetattr(line, TCSANOW, &otty); in sighandler()
/freebsd/usr.sbin/watch/
H A Dwatch.c77 struct termios otty; variable
110 ntty = otty; in set_tty()
134 tcsetattr(std_in, TCSANOW, &otty); in unset_tty()
323 tcgetattr(std_in, &otty); in main()