Lines Matching refs:CommandInterpreter
38 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource()
258 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias()
620 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias()
708 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete()
787 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex()
1078 CommandObjectPythonFunction(CommandInterpreter &interpreter, std::string name, in CommandObjectPythonFunction()
1150 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject()
1240 CommandObjectCommandsScriptImport(CommandInterpreter &interpreter) in CommandObjectCommandsScriptImport()
1364 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd()
1639 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList()
1647 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
1659 CommandObjectCommandsScriptClear(CommandInterpreter &interpreter) in CommandObjectCommandsScriptClear()
1679 CommandObjectCommandsScriptDelete(CommandInterpreter &interpreter) in CommandObjectCommandsScriptDelete()
1796 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript()
1827 CommandObjectCommandsContainerAdd(CommandInterpreter &interpreter) in CommandObjectCommandsContainerAdd()
1969 CommandObjectCommandsContainerDelete(CommandInterpreter &interpreter) in CommandObjectCommandsContainerDelete()
2014 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute()
2068 CommandObjectCommandContainer(CommandInterpreter &interpreter) in CommandObjectCommandContainer()
2091 CommandInterpreter &interpreter) in CommandObjectMultiwordCommands()