Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1772 int num_command_matches = 0; in HandleCompletionMatches() local
1782 num_command_matches = GetCommandNamesMatchingPartialString( in HandleCompletionMatches()
1801 num_command_matches = 0; in HandleCompletionMatches()
1810 num_command_matches = request.GetNumberOfMatches(); in HandleCompletionMatches()
1824 num_command_matches = command_object->HandleCompletion(request); in HandleCompletionMatches()
1828 return num_command_matches; in HandleCompletionMatches()
1859 int num_command_matches = HandleCompletionMatches(request); in HandleCompletion() local
1863 if (num_command_matches <= 0) in HandleCompletion()
1864 return num_command_matches; in HandleCompletion()
1882 if (num_command_matches == 1 && request.GetWordComplete()) { in HandleCompletion()
[all …]