Searched refs:m_user_mw_dict (Results 1 – 2 of 2) sorted by relevance
1043 auto pos = m_user_mw_dict.find(cmd); in GetCommandSP()1044 if (pos != m_user_mw_dict.end()) in GetCommandSP()1107 m_user_mw_dict, cmd_str, *matches, descriptions); in GetCommandSP()1114 auto pos = m_user_mw_dict.find(cmd); in GetCommandSP()1115 if (pos != m_user_mw_dict.end()) in GetCommandSP()1194 if (!m_user_mw_dict[std::string(name)]->IsRemovable()) { in AddUserCommand()1210 m_user_mw_dict[std::string(name)] = cmd_sp; in AddUserCommand()1348 return m_user_mw_dict.find(std::string(cmd)) != m_user_mw_dict.end(); in UserMultiwordCommandExists()1405 m_user_mw_dict.find(std::string(multi_name)); in RemoveUserMultiword()1406 if (pos != m_user_mw_dict.end()) { in RemoveUserMultiword()[all …]
352 void RemoveAllUserMultiword() { m_user_mw_dict.clear(); } in RemoveAllUserMultiword()603 return m_user_mw_dict; in GetUserMultiwordCommands()752 m_user_mw_dict; // Stores user-defined multiword commands variable