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

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1881 int num_command_matches = 0; local
1891 num_command_matches = GetCommandNamesMatchingPartialString ("", include_aliases, matches);
1897 num_command_matches = matches.GetSize();
1899 if (num_command_matches == 1
1905 num_command_matches = 0;
1927 num_command_matches = command_object->HandleCompletion (parsed_line,
1937 return num_command_matches;
2004 int num_command_matches; local
2011 num_command_matches = HandleCompletionMatches (parsed_line,
2019 if (num_command_matches <
[all...]

Completed in 94 milliseconds