Home | History | Annotate | Download | only in Commands

Lines Matching refs:CommandObject

37     CommandObject (interpreter, name, help, syntax, flags),
50 CommandObject::CommandMap::iterator pos;
67 int num_matches = CommandObject::AddNamesMatchingPartialString (m_subcommand_dict, sub_cmd, *matches);
84 CommandObject *
118 this->CommandObject::GenerateHelpText (result);
128 this->CommandObject::GenerateHelpText (result);
133 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches);
136 // Now call CommandObject::Execute to process and options in 'rest_of_line'. From there
240 CommandObject::AddNamesMatchingPartialString (m_subcommand_dict,
249 CommandObject *cmd_obj = GetSubcommandObject (input.GetArgumentAtIndex(0),
273 CommandObject *sub_command_object = GetSubcommandObject (input.GetArgumentAtIndex(0),
303 CommandObject *sub_command_object = GetSubcommandObject (current_command_args.GetArgumentAtIndex(index));
316 CommandObject::CommandMap::const_iterator pos;
321 CommandObject *sub_cmd_obj = pos->second.get();
347 CommandObject (interpreter, name, help, syntax, flags)
358 CommandObject *proxy_command = GetProxyCommandObject();
367 const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject();
376 CommandObject *proxy_command = GetProxyCommandObject();
385 CommandObject *proxy_command = GetProxyCommandObject();
391 CommandObject *
394 CommandObject *proxy_command = GetProxyCommandObject();
406 CommandObject *proxy_command = GetProxyCommandObject();
418 CommandObject *proxy_command = GetProxyCommandObject();
427 CommandObject *proxy_command = GetProxyCommandObject();
436 CommandObject *proxy_command = GetProxyCommandObject();
446 CommandObject *proxy_command = GetProxyCommandObject();
462 CommandObject *proxy_command = GetProxyCommandObject();
484 CommandObject *proxy_command = GetProxyCommandObject();
502 CommandObject *proxy_command = GetProxyCommandObject();
512 CommandObject *proxy_command = GetProxyCommandObject();