Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp1035 unsigned int num_user_mw_matches = 0; in GetCommandSP() local
1080 num_user_mw_matches = AddNamesMatchingPartialString( in GetCommandSP()
1084 if (num_user_mw_matches == 1) { in GetCommandSP()
1096 if (num_user_matches + num_user_mw_matches + num_cmd_matches + in GetCommandSP()
1103 else if (num_user_mw_matches) in GetCommandSP()