Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:m_command_source_depth

112     m_command_source_depth (0)
1522 add_to_history = (m_command_source_depth == 0);
2530 // m_command_source_depth dingus is the way we turn off adding to the history in that case, so set it up here.
2532 m_command_source_depth++;
2538 m_command_source_depth--;
2627 m_command_source_depth++;
2629 m_command_source_depth--;