Searched defs:cursor_pos (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Highlighter.cpp | 31 std::optional<size_t> cursor_pos, in Highlight() 76 std::optional<size_t> cursor_pos, in Highlight()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 135 std::optional<size_t> cursor_pos, in Highlight()
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 310 HandleCompletionWithDescriptions(const char * current_line,uint32_t cursor_pos,int match_start_point,int max_return_elements,SBStringList & matches,SBStringList & descriptions) HandleCompletionWithDescriptions() argument 324 HandleCompletion(const char * current_line,uint32_t cursor_pos,int match_start_point,int max_return_elements,lldb::SBStringList & matches) HandleCompletion() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectExpression.cpp | 361 unsigned cursor_pos = request.GetRawCursorPos(); HandleCompletion() local
|
/freebsd-src/contrib/tnftp/src/ |
H A D | ftp_var.h | 266 GLOBAL char *cursor_pos; /* cursor position we're looking for */ variable
|
/freebsd-src/sys/dev/syscons/ |
H A D | syscons.h | 305 int cursor_pos; /* cursor buffer position */ member
|