Lines Matching refs:CommandInterpreter
37 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource()
230 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias()
576 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias()
664 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete()
743 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex()
1033 CommandObjectPythonFunction(CommandInterpreter &interpreter, std::string name, in CommandObjectPythonFunction()
1105 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject()
1195 CommandObjectCommandsScriptImport(CommandInterpreter &interpreter) in CommandObjectCommandsScriptImport()
1343 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd()
1553 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList()
1565 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
1577 CommandObjectCommandsScriptClear(CommandInterpreter &interpreter) in CommandObjectCommandsScriptClear()
1602 CommandObjectCommandsScriptDelete(CommandInterpreter &interpreter) in CommandObjectCommandsScriptDelete()
1660 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript()
1690 CommandInterpreter &interpreter) in CommandObjectMultiwordCommands()