Searched refs:CommandObjectMultiwordFrame (Results 1 – 3 of 3) sorted by relevance
18 class CommandObjectMultiwordFrame : public CommandObjectMultiword {20 CommandObjectMultiwordFrame(CommandInterpreter &interpreter);22 ~CommandObjectMultiwordFrame() override;
1159 #pragma mark CommandObjectMultiwordFrame1163 CommandObjectMultiwordFrame::CommandObjectMultiwordFrame( in CommandObjectMultiwordFrame() function in CommandObjectMultiwordFrame1184 CommandObjectMultiwordFrame::~CommandObjectMultiwordFrame() = default;
498 REGISTER_COMMAND_OBJECT("frame", CommandObjectMultiwordFrame); in LoadCommandDictionary()