Home
last modified time | relevance | path

Searched defs:cursor_index (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptions.cpp1058 uint32_t cursor_index) { in ParseForCompletion()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp995 unsigned cursor_index = line_info->cursor - line_info->buffer; in TabCommand() local