Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1047 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand() local
1048 if (!longest_prefix.empty()) in TabCommand()
1049 longest_prefix = in TabCommand()
1050 longest_prefix.substr(request.GetCursorArgumentPrefix().size()); in TabCommand()
1051 if (!longest_prefix.empty()) { in TabCommand()
1052 el_insertstr(m_editline, longest_prefix.c_str()); in TabCommand()