Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp864 static void PrintCompletion(FILE *output_file, size_t start, size_t end, in PrintCompletion() function
926 PrintCompletion(m_output_file, 1, num_elements, completions, in TabCommand()
938 PrintCompletion(m_output_file, cur_pos, endpoint, completions, in TabCommand()