Macro stop_commands

Source
macro_rules! stop_commands {
    () => { ... };
    ($token:expr) => { ... };
    ($($arg:tt)*) => { ... };
}