Searched refs:m_repl (Results 1 – 3 of 3) sorted by relevance
308 m_option_data.m_repl = true; in ProcessArgs()312 m_option_data.m_repl = true; in ProcessArgs()468 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()494 if (!m_option_data.m_repl) { in MainLoop()622 if (m_option_data.m_repl) { in MainLoop()
84 bool m_repl = false; member
383 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()385 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()446 bool m_repl = false; variable