Lines Matching defs:interpreter
31 CommandObjectScriptingRun(CommandInterpreter &interpreter)
33 interpreter, "scripting run",
34 "Invoke the script interpreter with provided code and display any "
35 "results. Start the interactive interpreter if no code is "
107 result.AppendError("no script interpreter");
137 CommandObjectScriptingExtensionList(CommandInterpreter &interpreter)
139 interpreter, "scripting extension list",
240 CommandObjectMultiwordScriptingExtension(CommandInterpreter &interpreter)
242 interpreter, "scripting extension",
247 CommandObjectSP(new CommandObjectScriptingExtensionList(interpreter)));
254 CommandInterpreter &interpreter)
256 interpreter, "scripting",
260 CommandObjectSP(new CommandObjectScriptingRun(interpreter)));
263 interpreter)));