Searched defs:tty_in (Results 1 – 4 of 4) sorted by relevance
62 static void tty_read(uv_stream_t* tty_in, ssize_t nread, const uv_buf_t* buf) { in tty_read()137 uv_tty_t tty_in; in TEST_IMPL() local190 uv_tty_t tty_in; in TEST_IMPL() local256 uv_tty_t tty_in; in TEST_IMPL() local
47 uv_tty_t tty_in, tty_out; in TEST_IMPL() local155 static void tty_raw_read(uv_stream_t* tty_in, ssize_t nread, const uv_buf_t* buf) { in tty_raw_read()168 uv_tty_t tty_in; in TEST_IMPL() local313 uv_tty_t tty_in; in TEST_IMPL() local
176 static FILE *tty_in, *tty_out; variable