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.cpp1058 unsigned int num_cmd_matches = 0; in GetCommandSP() local
1068 num_cmd_matches = AddNamesMatchingPartialString(m_command_dict, cmd_str, in GetCommandSP()
1072 if (num_cmd_matches == 1) { in GetCommandSP()
1085 cmd.assign(matches->GetStringAtIndex(num_cmd_matches)); in GetCommandSP()
1098 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()
1111 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP()
1122 if (num_user_matches + num_user_mw_matches + num_cmd_matches + in GetCommandSP()
1125 if (num_cmd_matches) in GetCommandSP()