Lines Matching defs:uv__tty_move_caret
1210 static int uv__tty_move_caret(uv_tty_t* handle, int x, unsigned char x_relative,
1588 if (uv__tty_move_caret(handle,
1963 uv__tty_move_caret(handle, 0, 1, y, 1, error);
1971 uv__tty_move_caret(handle, 0, 1, y, 1, error);
1979 uv__tty_move_caret(handle, x, 1, 0, 1, error);
1987 uv__tty_move_caret(handle, x, 1, 0, 1, error);
1995 uv__tty_move_caret(handle, 0, 0, y, 1, error);
2003 uv__tty_move_caret(handle, 0, 0, y, 1, error);
2012 uv__tty_move_caret(handle, x, 0, 0, 1, error);
2025 uv__tty_move_caret(handle, x, 0, y, 0, error);