Home
last modified time | relevance | path

Searched refs:longest_prefix (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1033 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand() local
1034 if (!longest_prefix.empty()) in TabCommand()
1035 longest_prefix = in TabCommand()
1036 longest_prefix.substr(request.GetCursorArgumentPrefix().size()); in TabCommand()
1037 if (!longest_prefix.empty()) { in TabCommand()
1038 el_insertstr(m_editline, longest_prefix.c_str()); in TabCommand()