Searched refs:CommandObjectApropos (Results 1 – 4 of 4) sorted by relevance
25 CommandObjectApropos::CommandObjectApropos(CommandInterpreter &interpreter) in CommandObjectApropos() function in CommandObjectApropos44 CommandObjectApropos::~CommandObjectApropos() = default;46 bool CommandObjectApropos::DoExecute(Args &args, CommandReturnObject &result) { in DoExecute()
22 class CommandObjectApropos : public CommandObjectParsed {24 CommandObjectApropos(CommandInterpreter &interpreter);26 ~CommandObjectApropos() override;
105 SRCS+= Commands/CommandObjectApropos.cpp
462 m_command_dict["apropos"] = CommandObjectSP(new CommandObjectApropos(*this)); in LoadCommandDictionary()