HomeSort by: relevance | last modified time | path
    Searched refs:uv__tty_close (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
handle.c 88 uv__tty_close((uv_tty_t*) handle);
internal.h 165 void uv__tty_close(uv_tty_t* handle);
tty.c 2269 void uv__tty_close(uv_tty_t* handle) { function
  /src/external/mit/libuv/dist/src/unix/
tty.c 345 void uv__tty_close(uv_tty_t* handle) { function
493 return UV_EBUSY; /* In uv_tty_set_mode() or uv__tty_close(). */
internal.h 305 void uv__tty_close(uv_tty_t* handle);
core.c 171 uv__tty_close((uv_tty_t*)handle);

Completed in 18 milliseconds