Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1035 unsigned int num_cmd_matches = 0; in GetCommandSP() local
1045 num_cmd_matches = AddNamesMatchingPartialString(m_command_dict, cmd_str, in GetCommandSP()
1049 if (num_cmd_matches == 1) { in GetCommandSP()
1062 cmd.assign(matches->GetStringAtIndex(num_cmd_matches)); in GetCommandSP()
1075 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()
1088 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP()
1099 if (num_user_matches + num_user_mw_matches + num_cmd_matches + in GetCommandSP()
1102 if (num_cmd_matches) in GetCommandSP()