Searched refs:CommandObjectQuit (Results 1 – 4 of 4) sorted by relevance
24 CommandObjectQuit::CommandObjectQuit(CommandInterpreter &interpreter) in CommandObjectQuit() function in CommandObjectQuit28 CommandObjectQuit::~CommandObjectQuit() {} in ~CommandObjectQuit()33 bool CommandObjectQuit::ShouldAskForConfirmation(bool &is_a_detach) { in ShouldAskForConfirmation()65 bool CommandObjectQuit::DoExecute(Args &command, CommandReturnObject &result) { in DoExecute()
21 class CommandObjectQuit : public CommandObjectParsed {23 CommandObjectQuit(CommandInterpreter &interpreter);25 ~CommandObjectQuit() override;
122 SRCS+= Commands/CommandObjectQuit.cpp
484 m_command_dict["quit"] = CommandObjectSP(new CommandObjectQuit(*this)); in LoadCommandDictionary()