Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/
H A Dxen.h939 uint16_t cursor_x, cursor_y; member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4104 int cursor_y = 0; in WindowDelegateDraw() local
4114 cursor_y = y + i; in WindowDelegateDraw()
4118 window.MoveCursor(cursor_x, cursor_y); in WindowDelegateDraw()