Searched refs:m_prompt_str (Results 1 – 2 of 2) sorted by relevance
215 m_prompt_str (), in IOChannel()310 io_channel->m_prompt_str.append (bytes, src_len); in LibeditOutputBytesReceived()312 if (io_channel->m_prompt_str.find (el_prompt(io_channel->m_edit_line)) == 0) in LibeditOutputBytesReceived()316 io_channel->OutWrite (io_channel->m_prompt_str.c_str(), in LibeditOutputBytesReceived()317 io_channel->m_prompt_str.size(), NO_ASYNC); in LibeditOutputBytesReceived()318 io_channel->m_prompt_str.clear(); in LibeditOutputBytesReceived()323 if (io_channel->m_prompt_str.size() > 0) in LibeditOutputBytesReceived()324 io_channel->m_prompt_str.clear(); in LibeditOutputBytesReceived()
146 std::string m_prompt_str; // for accumlating the prompt as it gets written out by editline variable