Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DHighlighter.cpp31 std::optional<size_t> cursor_pos, in Highlight()
76 std::optional<size_t> cursor_pos, in Highlight()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp135 std::optional<size_t> cursor_pos, in Highlight()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp292 const char *current_line, uint32_t cursor_pos, int match_start_point, in HandleCompletionWithDescriptions()
306 uint32_t cursor_pos, in HandleCompletion()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp293 unsigned cursor_pos = request.GetRawCursorPos(); in HandleCompletion() local
/openbsd-src/usr.bin/ftp/
H A Dmain.c142 char *cursor_pos; variable