Lines Matching defs:mode
298 UV_EXTERN int uv_run(uv_loop_t*, uv_run_mode mode);
598 /* Disables dual stack mode. */
729 /* Initial/normal terminal mode */
731 /* Raw input mode (On Windows, ENABLE_WINDOW_INPUT is also enabled) */
733 /* Binary-safe I/O mode for IPC (Unix-only) */
751 UV_EXTERN int uv_tty_set_mode(uv_tty_t*, uv_tty_mode_t mode);
760 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) {
761 return uv_tty_set_mode(handle, static_cast<uv_tty_mode_t>(mode));
944 * handle in non-blocking mode in the child. This may cause loss of data,
945 * if the child is not designed to handle to encounter this mode,
1342 int mode,
1389 int mode,
1458 int mode,
1463 int mode,
1516 int mode,