Searched refs:m_repl (Results 1 – 3 of 3) sorted by relevance
303 m_option_data.m_repl = true; in ProcessArgs()307 m_option_data.m_repl = true; in ProcessArgs()463 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()489 if (!m_option_data.m_repl) { in MainLoop()617 if (m_option_data.m_repl) { in MainLoop()
84 bool m_repl = false; member
391 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()393 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()456 bool m_repl = false; variable