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

/freebsd-9.3-release/games/morse/
H A Dmorse.c291 static struct termios otty, ntty; variable in typeref:struct:termios
375 if (tcgetattr(line, &otty) == -1) {
379 ntty = otty;
443 tcsetattr(line, TCSANOW, &otty);
585 tcsetattr(line, TCSANOW, &otty);
/freebsd-9.3-release/usr.sbin/watch/
H A Dwatch.c80 struct termios otty; variable in typeref:struct:termios
113 ntty = otty;
137 tcsetattr(std_in, TCSANOW, &otty);
326 tcgetattr(std_in, &otty);

Completed in 47 milliseconds