uv_tty_read_start  178 src/win/internal.h int uv_tty_read_start(uv_tty_t* handle, uv_alloc_cb alloc_cb,
uv_tty_read_start   89 src/win/stream.c       err = uv_tty_read_start((uv_tty_t*) handle, alloc_cb, read_cb);
uv_tty_read_start  215 src/win/tty.c      err = uv_tty_read_start(tty, alloc_cb, read_cb);