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

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp678 unsigned int num_cmd_matches = 0; local
687 num_cmd_matches = CommandObject::AddNamesMatchingPartialString (m_command_dict, cmd_cstr, *matches);
690 if (num_cmd_matches == 1)
706 cmd.assign(matches->GetStringAtIndex (num_cmd_matches));
719 cmd.assign (matches->GetStringAtIndex (num_cmd_matches + num_alias_matches));
728 if (num_user_matches + num_cmd_matches + num_alias_matches == 1)
730 if (num_cmd_matches)

Completed in 3683 milliseconds