Lines Matching refs:cmd_name
1917 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute() local
1919 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1923 cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
1945 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1); in DoExecute() local
1947 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1950 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2012 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute() local
2015 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
2018 cmd_name); in DoExecute()
2023 "container command %s is not a user command", cmd_name); in DoExecute()
2028 cmd_name); in DoExecute()
2032 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
2034 result.AppendErrorWithFormat("error removing command %s.", cmd_name); in DoExecute()