Home | History | Annotate | Download | only in Commands

Lines Matching refs:CommandObjectProxy

342 CommandObjectProxy::CommandObjectProxy (CommandInterpreter &interpreter,
351 CommandObjectProxy::~CommandObjectProxy ()
356 CommandObjectProxy::GetHelpLong ()
365 CommandObjectProxy::IsRemovable() const
367 const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject();
374 CommandObjectProxy::IsMultiwordObject ()
383 CommandObjectProxy::GetSubcommandSP (const char *sub_cmd, StringList *matches)
392 CommandObjectProxy::GetSubcommandObject (const char *sub_cmd, StringList *matches)
401 CommandObjectProxy::AproposAllSubCommands (const char *prefix,
415 CommandObjectProxy::LoadSubCommand (const char *cmd_name,
425 CommandObjectProxy::WantsRawCommandString()
434 CommandObjectProxy::WantsCompletion()
444 CommandObjectProxy::GetOptions ()
454 CommandObjectProxy::HandleCompletion (Args &input,
475 CommandObjectProxy::HandleArgumentCompletion (Args &input,
499 CommandObjectProxy::GetRepeatCommand (Args &current_command_args,
509 CommandObjectProxy::Execute (const char *args_string,