Home
last modified time | relevance | path

Searched defs:cursor_pos (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp31 std::optional<size_t> cursor_pos, in Highlight()
76 std::optional<size_t> cursor_pos, in Highlight()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp135 std::optional<size_t> cursor_pos, in Highlight()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp311 const char *current_line, uint32_t cursor_pos, int match_start_point, in HandleCompletionWithDescriptions()
325 uint32_t cursor_pos, in HandleCompletion()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp349 unsigned cursor_pos = request.GetRawCursorPos(); in HandleCompletion() local
/freebsd/contrib/tnftp/src/
H A Dftp_var.h266 GLOBAL char *cursor_pos; /* cursor position we're looking for */ variable
/freebsd/sys/dev/syscons/
H A Dsyscons.h305 int cursor_pos; /* cursor buffer position */ member