Lines Matching defs:mode
300 UV_EXTERN int uv_run(uv_loop_t*, uv_run_mode mode);
610 /* Disables dual stack mode. */
742 /* Initial/normal terminal mode */
744 /* Raw input mode (On Windows, ENABLE_WINDOW_INPUT is also enabled) */
746 /* Binary-safe I/O mode for IPC (Unix-only) */
764 UV_EXTERN int uv_tty_set_mode(uv_tty_t*, uv_tty_mode_t mode);
773 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) {
774 return uv_tty_set_mode(handle, static_cast<uv_tty_mode_t>(mode));
958 * handle in non-blocking mode in the child. This may cause loss of data,
959 * if the child is not designed to handle to encounter this mode,
1359 int mode,
1406 int mode,
1475 int mode,
1480 int mode,
1539 int mode,