Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dtty.c1210 static int uv__tty_move_caret(uv_tty_t* handle, int x, unsigned char x_relative, in uv__tty_move_caret() function
1588 if (uv__tty_move_caret(handle, in uv__tty_restore_state()
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);

Completed in 14 milliseconds