Searched refs:uv__tcsetattr (Results 1 – 1 of 1) sorted by relevance
69 int uv__tcsetattr(int fd, int how, const struct termios *term) { in uv__tcsetattr() function330 rc = uv__tcsetattr(fd, TCSADRAIN, &tmp); 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()
Completed in 3 milliseconds