Lines Matching refs:CommandInterpreter

39   CommandObjectCommandsSource(CommandInterpreter &interpreter)  in CommandObjectCommandsSource()
257 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias()
619 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias()
706 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete()
784 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex()
1073 CommandObjectPythonFunction(CommandInterpreter &interpreter, std::string name, in CommandObjectPythonFunction()
1154 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject()
1253 CommandObjectCommandsScriptImport(CommandInterpreter &interpreter) in CommandObjectCommandsScriptImport()
1374 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd()
1666 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList()
1674 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
1684 CommandObjectCommandsScriptClear(CommandInterpreter &interpreter) in CommandObjectCommandsScriptClear()
1702 CommandObjectCommandsScriptDelete(CommandInterpreter &interpreter) in CommandObjectCommandsScriptDelete()
1818 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript()
1849 CommandObjectCommandsContainerAdd(CommandInterpreter &interpreter) in CommandObjectCommandsContainerAdd()
1990 CommandObjectCommandsContainerDelete(CommandInterpreter &interpreter) in CommandObjectCommandsContainerDelete()
2035 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute()
2088 CommandObjectCommandContainer(CommandInterpreter &interpreter) in CommandObjectCommandContainer()
2111 CommandInterpreter &interpreter) in CommandObjectMultiwordCommands()