Lines Matching defs:scripter

1056     ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1057 if (!scripter)
1062 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring);
1080 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1088 if (!scripter || !scripter->RunScriptBasedCommand(
1126 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter())
1127 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp));
1147 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1148 if (!scripter)
1151 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args);
1157 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1158 if (!scripter)
1162 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring);
1173 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1174 if (!scripter)
1179 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring);
1188 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1194 if (!scripter ||
1195 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line,
1243 ScriptInterpreter *scripter =
1245 if (!scripter) {
1263 bool success = scripter->SetOptionValueForCommandObject(m_cmd_obj_sp,
1272 ScriptInterpreter *scripter =
1274 if (!scripter || !m_cmd_obj_sp)
1277 scripter->OptionParsingStartedForCommandObject(m_cmd_obj_sp);
1696 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1697 if (!scripter) {
1703 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp));
1707 = scripter->GetOptionsForCommandObject(cmd_obj_sp);
1729 = scripter->GetArgumentsForCommandObject(cmd_obj_sp);
1843 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1844 if (!scripter)
1847 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args);
1853 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1854 if (!scripter)
1858 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring);
1869 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1870 if (!scripter)
1875 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring);
1892 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1898 if (!scripter ||
1899 !scripter->RunScriptBasedParsedCommand(m_cmd_obj_sp, args,