Lines Matching refs:cmd_sp
863 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local
864 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()
1017 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local
1018 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
1726 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd); in DoExecute() local
1727 if (!cmd_sp) { in DoExecute()
1732 if (!cmd_sp->IsUserCommand()) { in DoExecute()
1737 if (cmd_sp->GetAsMultiwordCommand() && num_args == 1) { in DoExecute()
1918 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
1921 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()
1923 cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
1946 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute() local
1950 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2015 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute() local
2016 if (!cmd_sp) { in DoExecute()
2021 if (!cmd_sp->IsUserCommand()) { in DoExecute()
2026 if (!cmd_sp->GetAsMultiwordCommand()) { in DoExecute()