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