Searched refs:m_repl (Results 1 – 3 of 3) sorted by relevance
306 m_option_data.m_repl = true; in ProcessArgs()310 m_option_data.m_repl = true; in ProcessArgs()466 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()492 if (!m_option_data.m_repl) { in MainLoop()620 if (m_option_data.m_repl) { in MainLoop()
84 bool m_repl = false; member
381 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()383 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()444 bool m_repl = false; variable