Home
last modified time | relevance | path

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

/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()
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()
/libuv/include/uv/
H A Dunix.h380 struct termios orig_termios; \

Completed in 7 milliseconds