Home | History | Annotate | Download | only in Interpreter

Lines Matching full:command_name

1014 CommandInterpreter::GetAliasHelp (const char *alias_name, const char *command_name, StreamString &help_string)
1016 help_string.Printf ("'%s", command_name);
1808 std::string command_name (cmd_obj->GetCommandName());
2828 const char *command_name = pos->first.c_str();
2833 commands_found.AppendString (command_name);
2838 cmd_obj->AproposAllSubCommands (command_name,
2850 const char *command_name = pos->first.c_str();
2855 commands_found.AppendString (command_name);
2860 cmd_obj->AproposAllSubCommands (command_name,