Searched refs:m_create_repeat_command_just_invoked (Results 1 – 1 of 1) sorted by relevance
2153 m_options(), m_create_repeat_command_just_invoked(false) {} in CommandObjectTraceDumpInstructions()2162 m_create_repeat_command_just_invoked = true; in GetRepeatCommand()2173 m_create_repeat_command_just_invoked = false; in DoExecute()2178 return !m_repeat_command.empty() && !m_create_repeat_command_just_invoked; in IsRepeatCommand()2202 bool m_create_repeat_command_just_invoked; member in CommandObjectTraceDumpInstructions