Lines Matching refs:cmd_sp
816 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local
817 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()
968 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local
969 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
2395 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute() local
2396 if (!cmd_sp) { in DoExecute()
2401 if (!cmd_sp->IsUserCommand()) { in DoExecute()
2406 if (cmd_sp->GetAsMultiwordCommand() && num_args == 1) { in DoExecute()
2574 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
2577 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()
2579 cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2602 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
2606 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2657 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute() local
2658 if (!cmd_sp) { in DoExecute()
2663 if (!cmd_sp->IsUserCommand()) { in DoExecute()
2668 if (!cmd_sp->GetAsMultiwordCommand()) { in DoExecute()