Searched refs:m_interrupt_exits (Results 1 – 2 of 2) sorted by relevance
404 bool GetInterruptExits() { return m_interrupt_exits; } in GetInterruptExits()406 void SetInterruptExits(bool b) { m_interrupt_exits = b; } in SetInterruptExits()438 bool m_interrupt_exits; variable
255 m_color_prompts(color_prompts), m_interrupt_exits(true) { in IOHandlerEditline()561 m_done = m_interrupt_exits; in Run()