Searched refs:otty (Results 1 – 2 of 2) sorted by relevance
284 static struct termios otty, ntty; variable369 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()
77 struct termios otty; variable110 ntty = otty; in set_tty()134 tcsetattr(std_in, TCSANOW, &otty); in unset_tty()323 tcgetattr(std_in, &otty); in main()