Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dtty.c69 int uv__tcsetattr(int fd, int how, const struct termios *term) { in uv__tcsetattr() function
330 rc = uv__tcsetattr(fd, TCSADRAIN, &tmp); in uv_tty_set_mode()
459 err = uv__tcsetattr(orig_termios_fd, TCSANOW, &orig_termios); in uv_tty_reset_mode()

Completed in 5 milliseconds