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