Home
last modified time | relevance | path

Searched refs:auto_repeat_command (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp43 const char *auto_repeat_command = "") in CommandPluginInterfaceImplementation() argument
47 auto_repeat_command == nullptr in CommandPluginInterfaceImplementation()
49 : llvm::Optional<std::string>(auto_repeat_command); in CommandPluginInterfaceImplementation()
612 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument
616 name, impl, help, syntax, auto_repeat_command); in AddCommand()
621 auto_repeat_command); in AddCommand()
720 const char *auto_repeat_command) { in AddCommand() argument
724 name, impl, help, syntax, auto_repeat_command); in AddCommand()
733 /*flags=*/0, auto_repeat_command); in AddCommand()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h146 const char *auto_repeat_command);
396 const char *auto_repeat_command);