Lines Matching refs:cmd_name
2573 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute() local
2575 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
2579 cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2601 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1); in DoExecute() local
2603 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
2606 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2654 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute() local
2657 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
2660 cmd_name); in DoExecute()
2665 "container command %s is not a user command", cmd_name); in DoExecute()
2670 cmd_name); in DoExecute()
2674 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
2676 result.AppendErrorWithFormat("error removing command %s.", cmd_name); in DoExecute()