Searched refs:CommandObjectMultiwordFrame (Results 1 – 3 of 3) sorted by relevance
22 class CommandObjectMultiwordFrame : public CommandObjectMultiword {24 CommandObjectMultiwordFrame(CommandInterpreter &interpreter);26 ~CommandObjectMultiwordFrame() override;
1120 #pragma mark CommandObjectMultiwordFrame1126 CommandObjectMultiwordFrame::CommandObjectMultiwordFrame( in CommandObjectMultiwordFrame() function in CommandObjectMultiwordFrame1147 CommandObjectMultiwordFrame::~CommandObjectMultiwordFrame() = default;
474 CommandObjectSP(new CommandObjectMultiwordFrame(*this)); in LoadCommandDictionary()