Searched refs:orig_termios (Results 1 – 2 of 2) sorted by relevance
66 static struct termios orig_termios; variable293 rc = tcgetattr(fd, &tty->orig_termios); in uv_tty_set_mode()305 orig_termios = tty->orig_termios; in uv_tty_set_mode()312 tmp = tty->orig_termios; in uv_tty_set_mode()358 uv__tcsetattr(fd, TCSANOW, &orig_termios); in uv__tty_close()490 err = uv__tcsetattr(orig_termios_fd, TCSANOW, &orig_termios); in uv_tty_reset_mode()
380 struct termios orig_termios; \
Completed in 10 milliseconds