Searched refs:GetAsMultiwordCommand (Results 1 – 6 of 6) sorted by relevance
34 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function 99 CommandObjectMultiword *GetAsMultiwordCommand() override;
152 virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; } in GetAsMultiwordCommand() function
351 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() {354 return proxy_command->GetAsMultiwordCommand(); in GetAsMultiwordCommand() 352 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { GetAsMultiwordCommand() function in CommandObjectProxy
2406 if (cmd_sp->GetAsMultiwordCommand() && num_args == 1) { in DoExecute()2577 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()2668 if (!cmd_sp->GetAsMultiwordCommand()) { in DoExecute()
596 new_command_sp->GetAsMultiwordCommand()->SetRemovable(true); in AddMultiwordCommand()
976 CommandObjectMultiword *cmd_as_multi = cmd_sp->GetAsMultiwordCommand(); in VerifyUserMultiwordCmdPath()2958 if (auto *multiword_cmd = cmd_obj->GetAsMultiwordCommand()) { in FindCommandsForApropos()