Searched refs:IsMultiwordObject (Results 1 – 8 of 8) sorted by relevance
31 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function93 bool IsMultiwordObject() override;
146 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
250 if (sub_cmd_obj->IsMultiwordObject()) in AproposAllSubCommands()300 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject() function in CommandObjectProxy303 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
115 if (!sub_cmd_obj->IsMultiwordObject()) { in DoExecute()
536 while (cmd_obj->IsMultiwordObject() && !args.empty()) { in HandleAliasingNormalCommand()
266 if (!parent->IsMultiwordObject()) in InitializeCommands()
1064 if (cmd_obj_sp->IsMultiwordObject()) { in GetCommandSPExact()1296 else if (cmd_obj->IsMultiwordObject()) { in GetCommandObjectForCommand()1313 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || in GetCommandObjectForCommand()1831 if (new_matches.GetSize() && cmd_obj && cmd_obj->IsMultiwordObject() && in HandleCompletionMatches()2694 if (cmd_obj->IsMultiwordObject()) { in FindCommandsForApropos()3131 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()3186 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
696 if (!m_opaque_sp->IsMultiwordObject()) in AddMultiwordCommand()740 if (!m_opaque_sp->IsMultiwordObject()) in AddCommand()