Lines Matching refs:GetCommandInterpreter
69 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
142 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
394 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
855 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
1264 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1318 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
1548 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute()
1558 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
1753 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1919 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1922 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
1936 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1947 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
2014 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute()
2032 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
2045 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()