Lines Matching refs:cmd_obj_sp

470     CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact(  in HandleAliasingRawCommand()  local
472 if (!cmd_obj_sp) in HandleAliasingRawCommand()
473 cmd_obj_sp = cmd_obj.shared_from_this(); in HandleAliasingRawCommand()
482 alias_command, cmd_obj_sp, raw_command_string)) { in HandleAliasingRawCommand()
1117 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObjectRaw() argument
1120 : CommandObjectRaw(interpreter, name), m_cmd_obj_sp(cmd_obj_sp), in CommandObjectScriptingObjectRaw()
1127 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObjectRaw()
1235 StructuredData::GenericSP cmd_obj_sp) : m_interpreter(interpreter), in CommandOptions() argument
1236 m_cmd_obj_sp(cmd_obj_sp) {} in CommandOptions()
1661 StructuredData::GenericSP cmd_obj_sp, in Create() argument
1665 interpreter, name, cmd_obj_sp, synch)); in Create()
1689 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObjectParsed() argument
1692 m_cmd_obj_sp(cmd_obj_sp), m_synchro(synch), in CommandObjectScriptingObjectParsed()
1693 m_options(interpreter, cmd_obj_sp), m_fetched_help_short(false), in CommandObjectScriptingObjectParsed()
1703 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObjectParsed()
1707 = scripter->GetOptionsForCommandObject(cmd_obj_sp); in CommandObjectScriptingObjectParsed()
1729 = scripter->GetArgumentsForCommandObject(cmd_obj_sp); in CommandObjectScriptingObjectParsed()
2274 auto cmd_obj_sp = interpreter->CreateScriptCommandObject( in DoExecute() local
2276 if (!cmd_obj_sp) { in DoExecute()
2284 m_cmd_name, cmd_obj_sp, m_synchronicity, result); in DoExecute()
2289 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity, in DoExecute()