Lines Matching refs:scripter
1090 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() local
1091 if (!scripter) in GetHelpLong()
1096 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1105 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() local
1111 if (!scripter || !scripter->RunScriptBasedCommand( in DoExecute()
1147 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject() local
1148 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObject()
1160 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp() local
1161 if (!scripter) in GetHelp()
1165 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1176 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() local
1177 if (!scripter) in GetHelpLong()
1182 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1191 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() local
1197 if (!scripter || in DoExecute()
1198 !scripter->RunScriptBasedCommand(m_cmd_obj_sp, raw_command_line, in DoExecute()