Lines Matching refs:cmd_name
1939 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute() local
1941 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1945 cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
1967 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1); in DoExecute() local
1969 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1972 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2033 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute() local
2036 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
2039 cmd_name); in DoExecute()
2044 "container command %s is not a user command", cmd_name); in DoExecute()
2049 cmd_name); in DoExecute()
2053 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
2055 result.AppendErrorWithFormat("error removing command %s.", cmd_name); in DoExecute()