Searched refs:commands_found (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectApropos.cpp | 37 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 D | CommandInterpreter.h | 508 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 711 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 2940 llvm::StringRef search_word, StringList &commands_found, in FindCommandsForApropos() argument 2954 commands_found.AppendString(command_name); in FindCommandsForApropos() 2965 commands_found.AppendString(qualified_name); in FindCommandsForApropos() 2972 StringList &commands_found, in FindCommandsForApropos() argument 2981 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2985 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2989 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2993 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|