Searched refs:commands_found (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectApropos.cpp | 49 StringList commands_found; in DoExecute() local 52 m_interpreter.FindCommandsForApropos(search_word, commands_found, in DoExecute() 55 if (commands_found.GetSize() == 0) { in DoExecute() 61 if (commands_found.GetSize() > 0) { in DoExecute() 64 const size_t max_len = commands_found.GetMaxStringLength(); in DoExecute() 66 for (size_t i = 0; i < commands_found.GetSize(); ++i) in DoExecute() 68 result.GetOutputStream(), commands_found.GetStringAtIndex(i), in DoExecute()
|
| D | CommandObjectMultiword.cpp | 232 StringList &commands_found, in AproposAllSubCommands() argument 244 commands_found.AppendString(complete_command_name.GetString()); in AproposAllSubCommands() 250 search_word, commands_found, in AproposAllSubCommands() 339 StringList &commands_found, in AproposAllSubCommands() argument 344 commands_found, commands_help); in AproposAllSubCommands()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| D | CommandObjectMultiword.h | 48 StringList &commands_found, 107 StringList &commands_found,
|
| D | CommandInterpreter.h | 436 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 599 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
| D | CommandObject.h | 169 StringList &commands_found, in AproposAllSubCommands() argument
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| D | CommandInterpreter.cpp | 2676 llvm::StringRef search_word, StringList &commands_found, in FindCommandsForApropos() argument 2692 commands_found.AppendString(cmd_obj->GetCommandName()); in FindCommandsForApropos() 2698 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2705 StringList &commands_found, in FindCommandsForApropos() argument 2713 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2717 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2721 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|