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()458 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()480 if (!m_option_data.m_repl) { in MainLoop()603 if (m_option_data.m_repl) { in MainLoop()
83 bool m_repl = false; member
402 bool GetREPLEnabled() const { return m_repl; } in GetREPLEnabled()404 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled()467 bool m_repl = false; variable