Lines Matching defs:auto_repeat_command
46 const char *auto_repeat_command = "")
50 auto_repeat_command == nullptr
52 : std::optional<std::string>(auto_repeat_command);
608 /*auto_repeat_command=*/"");
616 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"");
621 const char *syntax, const char *auto_repeat_command) {
622 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command);
627 auto_repeat_command);
705 /*auto_repeat_command=*/"");
712 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"");
718 const char *auto_repeat_command) {
719 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command);
728 /*flags=*/0, auto_repeat_command);