Searched refs:m_user_mw_dict (Results 1 – 2 of 2) sorted by relevance
1017 auto pos = m_user_mw_dict.find(cmd); in GetCommandSP()1018 if (pos != m_user_mw_dict.end()) in GetCommandSP()1088 auto pos = m_user_mw_dict.find(cmd); in GetCommandSP()1089 if (pos != m_user_mw_dict.end()) in GetCommandSP()1343 return m_user_mw_dict.find(std::string(cmd)) != m_user_mw_dict.end(); in UserMultiwordCommandExists()1400 if (pos != m_user_mw_dict.end()) { in RemoveUserMultiword()1401 m_user_mw_dict.erase(pos); in RemoveUserMultiword()1462 if (!m_user_mw_dict.empty() && in GetHelp()1467 for (pos = m_user_mw_dict.begin(); pos != m_user_mw_dict.end(); ++pos) { in GetHelp()2166 return (!m_user_mw_dict.empty()); in HasUserMultiwordCommands()[all …]
337 void RemoveAllUserMultiword() { m_user_mw_dict.clear(); } in RemoveAllUserMultiword()584 return m_user_mw_dict; in GetUserMultiwordCommands()721 m_user_mw_dict; // Stores user-defined multiword commands variable