Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1033 unsigned int num_alias_matches = 0; in GetCommandSP() local
1054 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP()
1058 if (num_alias_matches == 1) { in GetCommandSP()
1072 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()
1085 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP()
1097 num_alias_matches == in GetCommandSP()
1101 else if (num_alias_matches) in GetCommandSP()
1313 size_t num_alias_matches; in GetAliasFullName() local
1314 num_alias_matches = in GetAliasFullName()
1316 if (num_alias_matches == 1) { in GetAliasFullName()