Searched refs:IsMultiwordObject (Results 1 – 8 of 8) sorted by relevance
32 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function97 bool IsMultiwordObject() override;
146 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
148 if (must_be_multiword && !(*pos).second->IsMultiwordObject()) { in RemoveUserSubcommand()152 if (!must_be_multiword && (*pos).second->IsMultiwordObject()) { in RemoveUserSubcommand()345 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject() function in CommandObjectProxy348 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
118 if (!sub_cmd_obj->IsMultiwordObject()) { in DoExecute()
564 while (cmd_obj->IsMultiwordObject() && !args.empty()) { in HandleAliasingNormalCommand()
639 if (!m_opaque_sp->IsMultiwordObject()) in AddMultiwordCommand()673 if (!m_opaque_sp->IsMultiwordObject()) in AddCommand()
1163 if (cmd_sp->IsMultiwordObject()) { in AddUserCommand()1179 if (cmd_sp->IsMultiwordObject()) in AddUserCommand()1210 if (!cmd_obj_sp->IsMultiwordObject()) { in GetCommandSPExact()1502 else if (cmd_obj->IsMultiwordObject()) { in GetCommandObjectForCommand()1519 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || in GetCommandObjectForCommand()2067 if (new_matches.GetSize() && cmd_obj && cmd_obj->IsMultiwordObject() && in HandleCompletionMatches()3413 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()3466 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
284 if (!parent->IsMultiwordObject()) in InitializeCommands()