Searched refs:m_repl (Results 1 – 3 of 3) sorted by relevance
101 bool m_repl = false; member
370 m_option_data.m_repl = true; in ProcessArgs()374 m_option_data.m_repl = true; in ProcessArgs()662 if (m_option_data.m_repl) { in MainLoop()
347 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()349 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()404 bool m_repl = false; variable