Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp37 StringList commands_found; in DoExecute() local
41 search_word, commands_found, commands_help, true, true, true, true); in DoExecute()
43 if (commands_found.GetSize() == 0) { in DoExecute()
49 if (commands_found.GetSize() > 0) { in DoExecute()
52 const size_t max_len = commands_found.GetMaxStringLength(); in DoExecute()
54 for (size_t i = 0; i < commands_found.GetSize(); ++i) in DoExecute()
56 result.GetOutputStream(), commands_found.GetStringAtIndex(i), in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h517 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
722 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3092 llvm::StringRef search_word, StringList &commands_found, in FindCommandsForApropos() argument
3106 commands_found.AppendString(command_name); in FindCommandsForApropos()
3117 commands_found.AppendString(qualified_name); in FindCommandsForApropos()
3124 StringList &commands_found, in FindCommandsForApropos() argument
3133 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
3137 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
3141 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
3145 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()