Searched refs:m_cmd_obj_sp (Results 1 – 1 of 1) sorted by relevance
1130 : CommandObjectRaw(interpreter, name), m_cmd_obj_sp(cmd_obj_sp), in CommandObjectScriptingObjectRaw()1161 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args); in GetRepeatCommand()1172 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()1189 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()1205 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line, in DoExecute()1220 StructuredData::GenericSP m_cmd_obj_sp; member in CommandObjectScriptingObjectRaw1246 m_cmd_obj_sp(cmd_obj_sp) {} in CommandOptions()1260 if (!m_cmd_obj_sp) { in SetOptionValue()1276 bool success = scripter->SetOptionValueForCommandObject(m_cmd_obj_sp, in SetOptionValue()1287 if (!scripter || !m_cmd_obj_sp) in OptionParsingStarting()[all …]