Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1088 unsigned int num_alias_matches = 0; in GetCommandSP() local
1109 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP()
1113 if (num_alias_matches == 1) { in GetCommandSP()
1127 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()
1140 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP()
1152 num_alias_matches == in GetCommandSP()
1156 else if (num_alias_matches) in GetCommandSP()
1408 size_t num_alias_matches; in GetAliasFullName() local
1409 num_alias_matches = in GetAliasFullName()
1411 if (num_alias_matches == 1) { in GetAliasFullName()