Searched refs:PromptMap (Results 1 – 1 of 1) sorted by relevance
28 typedef std::map<EditLine *, std::string> PromptMap; typedef30 PromptMap g_prompt_map;38 PromptMap::const_iterator pos = g_prompt_map.find (el); in el_prompt()47 PromptMap::const_iterator pos = g_prompt_map.find (m_edit_line); in GetPrompt()