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