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