Searched refs:m_command_source_depth (Results 1 – 2 of 2) sorted by relevance
126 m_truncation_warning(eNoTruncation), m_command_source_depth(0) { in CommandInterpreter()1675 add_to_history = (m_command_source_depth == 0); in HandleCommand()2317 m_command_source_depth++; in HandleCommands()2320 m_command_source_depth--; in HandleCommands()2556 m_command_source_depth++; in HandleCommandsFromFile()2564 m_command_source_depth--; in HandleCommandsFromFile()
651 uint32_t m_command_source_depth; variable