Home
last modified time | relevance | path

Searched refs:orig_termios (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/src/unix/
H A Dtty.c66 static struct termios orig_termios; variable
293 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()
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.c66 static struct termios orig_termios; variable
292 rc = tcgetattr(fd, &tty->orig_termios); in uv_tty_set_mode()
301 orig_termios = tty->orig_termios; in uv_tty_set_mode()
307 tmp = tty->orig_termios; in uv_tty_set_mode()
453 err = uv__tcsetattr(orig_termios_fd, TCSANOW, &orig_termios); in uv_tty_reset_mode()
/third_party/libuv/include/uv/
H A Dunix.h378 struct termios orig_termios; \
/third_party/node/deps/uv/include/uv/
H A Dunix.h378 struct termios orig_termios; \

Completed in 4 milliseconds