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