Searched refs:m_cmd_obj_sp (Results 1 – 1 of 1) sorted by relevance
1120 : CommandObjectRaw(interpreter, name), m_cmd_obj_sp(cmd_obj_sp), in CommandObjectScriptingObjectRaw()1151 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args); in GetRepeatCommand()1162 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()1179 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()1195 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line, in DoExecute()1210 StructuredData::GenericSP m_cmd_obj_sp; member in CommandObjectScriptingObjectRaw1236 m_cmd_obj_sp(cmd_obj_sp) {} in CommandOptions()1249 if (!m_cmd_obj_sp) { in SetOptionValue()1263 bool success = scripter->SetOptionValueForCommandObject(m_cmd_obj_sp, in SetOptionValue()1274 if (!scripter || !m_cmd_obj_sp) in OptionParsingStarting()[all …]