Searched refs:cursor_position (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 108 int cursor_position) override; 134 const StringList &lines, int cursor_position,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 238 int cursor_position) { in IOHandlerFixIndentation() argument 428 int cursor_position, void *baton);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Editline.cpp | 765 int cursor_position = (int)((info->cursor - info->buffer) + GetPromptWidth()); in NextLineCommand() local 766 int cursor_row = cursor_position / m_terminal_width; in NextLineCommand() 794 int cursor_position = info->cursor - info->buffer; in FixIndentationCommand() local 800 this, lines, cursor_position, m_fix_indentation_callback_baton); in FixIndentationCommand() 827 m_revert_cursor_index = cursor_position + indent_correction; in FixIndentationCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Editline.h | 99 int cursor_position, void *baton);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 167 int cursor_position) { in IOHandlerFixIndentation() argument 178 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 422 int cursor_position, in FixIndentationCallback() argument 426 *editline_reader, lines, cursor_position); in FixIndentationCallback()
|