Lines Matching defs:cmd_name
2808 const char *cmd_name = command.GetArgumentAtIndex(0);
2810 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(),
2814 cmd_name, cmd_sp, m_options.m_overwrite);
2836 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1);
2838 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(),
2841 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite);
2889 const char *cmd_name = command.GetArgumentAtIndex(0);
2892 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name);
2895 cmd_name);
2900 "container command %s is not a user command", cmd_name);
2905 cmd_name);
2909 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name);
2911 result.AppendErrorWithFormat("error removing command %s.", cmd_name);