Searched refs:tty_raw_read (Results 1 – 1 of 1) sorted by relevance
159 static void tty_raw_read(uv_stream_t* tty_in, ssize_t nread, const uv_buf_t* buf) { in tty_raw_read() function196 r = uv_read_start((uv_stream_t*)&tty_in, tty_raw_alloc, tty_raw_read); in TEST_IMPL()337 r = uv_read_start((uv_stream_t*)&tty_in, tty_raw_alloc, tty_raw_read); in TEST_IMPL()