Searched defs:MoveCursor (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Host/common/ | ||
H A D | Editline.cpp | 384 void Editline::MoveCursor(CursorLocation from, CursorLocation to) { MoveCursor() function in Editline |
/llvm-project/lldb/source/Core/ | ||
H A D | IOHandlerCursesGUI.cpp | 386 void MoveCursor(int x, int y) { ::wmove(m_window, y, x); } in MoveCursor() function in curses::Surface |