Lines Matching refs:c
4 :c:type:`uv_tty_t` --- TTY handle
9 :c:type:`uv_tty_t` is a 'subclass' of :c:type:`uv_stream_t`.
15 .. c:type:: uv_tty_t
19 .. c:enum:: uv_tty_mode_t
36 .. c:enum:: uv_tty_vtermstate_t
61 .. seealso:: The :c:type:`uv_stream_t` members also apply.
67 .. c:function:: int uv_tty_init(uv_loop_t* loop, uv_tty_t* handle, uv_file fd, int unused)
98 .. c:function:: int uv_tty_set_mode(uv_tty_t* handle, uv_tty_mode_t mode)
101 :c:enum:`uv_tty_mode_t` value.
105 .. c:function:: int uv_tty_reset_mode(void)
112 :c:func:`uv_tty_set_mode`.
114 .. c:function:: int uv_tty_get_winsize(uv_tty_t* handle, int* width, int* height)
118 .. seealso:: The :c:type:`uv_stream_t` API functions also apply.
120 .. c:function:: void uv_tty_set_vterm_state(uv_tty_vtermstate_t state)
132 .. c:function:: int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state)