Home
last modified time | relevance | path

Searched refs:UV_HANDLE_TTY_RAW (Results 1 – 2 of 2) sorted by relevance

/third_party/libuv/src/win/
Dtty.c361 if (!!mode == !!(tty->flags & UV_HANDLE_TTY_RAW)) { in uv_tty_set_mode()
402 tty->flags &= ~UV_HANDLE_TTY_RAW; in uv_tty_set_mode()
403 tty->flags |= mode ? UV_HANDLE_TTY_RAW : 0; in uv_tty_set_mode()
623 if (handle->flags & UV_HANDLE_TTY_RAW) { in uv__tty_queue_read()
711 !(handle->flags & UV_HANDLE_TTY_RAW)) { in uv_process_tty_read_raw_req()
1064 if (handle->flags & UV_HANDLE_TTY_RAW) { in uv__tty_read_stop()
/third_party/libuv/src/
Duv-common.h124 UV_HANDLE_TTY_RAW = 0x02000000, enumerator