Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp1021 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand() local
1022 if (!longest_prefix.empty()) in TabCommand()
1023 longest_prefix = in TabCommand()
1024 longest_prefix.substr(request.GetCursorArgumentPrefix().size()); in TabCommand()
1025 if (!longest_prefix.empty()) { in TabCommand()
1026 el_insertstr(m_editline, longest_prefix.c_str()); in TabCommand()