Home
last modified time | relevance | path

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

/libuv/docs/code/tty-gravity/
H A Dmain.c27 uv_tty_reset_mode(); in update()
40 uv_tty_reset_mode(); in main()
/libuv/docs/code/tty/
H A Dmain.c29 uv_tty_reset_mode(); in main()
/libuv/test/
H A Dtest-tty.c132 ASSERT_OK(uv_tty_reset_mode()); in TEST_IMPL()
133 ASSERT_OK(uv_tty_reset_mode()); in TEST_IMPL()
134 ASSERT_OK(uv_tty_reset_mode()); in TEST_IMPL()
/libuv/docs/src/
H A Dtty.rst105 .. c:function:: int uv_tty_reset_mode(void)
/libuv/src/unix/
H A Dtty.c479 int uv_tty_reset_mode(void) { in uv_tty_reset_mode() function
/libuv/docs/src/guide/
H A Dutilities.rst395 Remember to call ``uv_tty_reset_mode`` when your program exits to restore the
/libuv/include/
H A Duv.h822 UV_EXTERN int uv_tty_reset_mode(void);
/libuv/src/win/
H A Dtty.c2295 int uv_tty_reset_mode(void) { function
/libuv/
H A DChangeLog510 * unix: simplify atomic op in uv_tty_reset_mode() (Ben Noordhuis)
4314 * unix: don't clobber errno in uv_tty_reset_mode() (Ben Noordhuis)
5548 * unix: make uv_tty_reset_mode() async signal-safe (Ben Noordhuis)

Completed in 40 milliseconds