Home
last modified time | relevance | path

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

/third_party/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()
458 if (orig_termios_fd != -1) in uv_tty_reset_mode()
459 err = uv__tcsetattr(orig_termios_fd, TCSANOW, &orig_termios); in uv_tty_reset_mode()
/third_party/node/deps/uv/src/unix/
H A Dtty.c65 static int orig_termios_fd = -1; variable
300 if (orig_termios_fd == -1) { in uv_tty_set_mode()
302 orig_termios_fd = fd; in uv_tty_set_mode()
452 if (orig_termios_fd != -1) in uv_tty_reset_mode()
453 err = uv__tcsetattr(orig_termios_fd, TCSANOW, &orig_termios); in uv_tty_reset_mode()

Completed in 2 milliseconds