Lines Matching refs:function
67 .. c:function:: int uv_tty_init(uv_loop_t* loop, uv_tty_t* handle, uv_file fd, int unused)
76 On Unix this function will determine the path of the fd of the terminal
81 This function is not thread safe on systems that don't support
98 .. c:function:: int uv_tty_set_mode(uv_tty_t* handle, uv_tty_mode_t mode)
105 .. c:function:: int uv_tty_reset_mode(void)
110 This function is async signal-safe on Unix platforms but can fail with error
114 .. c:function:: int uv_tty_get_winsize(uv_tty_t* handle, int* width, int* height)
120 .. c:function:: void uv_tty_set_vterm_state(uv_tty_vtermstate_t state)
127 This function is only meaningful on Windows systems. On Unix it is silently
132 .. c:function:: int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state)
137 This function is not implemented on Unix, where it returns ``UV_ENOTSUP``.