Searched refs:longest_prefix (Results 1 – 1 of 1) sorted by relevance
1047 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand() local1048 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()