HomeSort by: relevance | last modified time | path
    Searched defs:uv_tty_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/include/
uv.h 227 typedef struct uv_tty_s uv_tty_t; typedef in typeref:struct:uv_tty_s
535 * uv_stream_t is the parent class of uv_tcp_t, uv_pipe_t and uv_tty_t.
796 * uv_tty_t is a subclass of uv_stream_t.
833 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);
834 UV_EXTERN int uv_tty_set_mode(uv_tty_t*, uv_tty_mode_t mode);
836 UV_EXTERN int uv_tty_get_winsize(uv_tty_t*, int* width, int* height);
843 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) {

Completed in 46 milliseconds