Home | History | Annotate | Download | only in Commands

Lines Matching defs:command_name

810             const char *command_name = args.GetArgumentAtIndex(0);
811 cmd_obj = m_interpreter.GetCommandObject(command_name);
814 if (m_interpreter.CommandExists (command_name))
817 command_name);
823 if (m_interpreter.RemoveAlias (command_name) == false)
825 if (m_interpreter.AliasExists (command_name))
827 command_name);
829 result.AppendErrorWithFormat ("'%s' is not an existing alias.\n", command_name);
840 command_name);