Lines Matching refs:syntax
41 const char *syntax = nullptr, in CommandPluginInterfaceImplementation() argument
44 : CommandObjectParsed(interpreter, name, help, syntax, flags), in CommandPluginInterfaceImplementation()
601 const char *help, const char *syntax) { in AddCommand() argument
605 name, impl, help, syntax); in AddCommand()
607 AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"")) in AddCommand()
612 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument
616 name, impl, help, syntax, auto_repeat_command); in AddCommand()
620 *m_opaque_ptr, name, impl, help, syntax, /*flags=*/0, in AddCommand()
708 const char *help, const char *syntax) { in AddCommand() argument
712 name, impl, help, syntax); in AddCommand()
714 AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"")) in AddCommand()
719 const char *help, const char *syntax, in AddCommand() argument
724 name, impl, help, syntax, auto_repeat_command); in AddCommand()
732 m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax, in AddCommand()