Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1034 unsigned int num_user_matches = 0; in GetCommandSP() local
1066 num_user_matches = AddNamesMatchingPartialString(m_user_dict, cmd_str, in GetCommandSP()
1070 if (num_user_matches == 1) { in GetCommandSP()
1086 num_user_matches)); in GetCommandSP()
1096 if (num_user_matches + num_user_mw_matches + num_cmd_matches + in GetCommandSP()