Lines Matching refs:cmd_sp
860 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local
861 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()
1012 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local
1013 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
1749 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute() local
1750 if (!cmd_sp) { in DoExecute()
1755 if (!cmd_sp->IsUserCommand()) { in DoExecute()
1760 if (cmd_sp->GetAsMultiwordCommand() && num_args == 1) { in DoExecute()
1940 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
1943 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()
1945 cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
1968 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
1972 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2036 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute() local
2037 if (!cmd_sp) { in DoExecute()
2042 if (!cmd_sp->IsUserCommand()) { in DoExecute()
2047 if (!cmd_sp->GetAsMultiwordCommand()) { in DoExecute()