Searched refs:tty_raw_alloc (Results 1 – 1 of 1) sorted by relevance
154 static void tty_raw_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in tty_raw_alloc() 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()