Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dtty.c65 static int orig_termios_fd = -1; variable
304 if (orig_termios_fd == -1) { in uv_tty_set_mode()
306 orig_termios_fd = fd; in uv_tty_set_mode()
351 if (fd == orig_termios_fd) { in uv__tty_close()
359 orig_termios_fd = -1; in uv__tty_close()
489 if (orig_termios_fd != -1) in uv_tty_reset_mode()
490 err = uv__tcsetattr(orig_termios_fd, TCSANOW, &orig_termios); in uv_tty_reset_mode()

Completed in 11 milliseconds