Lines Matching defs:m_interpreter

164         options.SetEchoCommands(m_interpreter.GetEchoCommands());
165 options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands());
169 m_interpreter.HandleCommandsFromFile(cmd_file, options, result);
424 if (m_interpreter.CommandExists(alias_command)) {
431 if (m_interpreter.UserMultiwordCommandExists(alias_command)) {
444 m_interpreter.GetCommandObjectForCommand(raw_command_string);
476 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact(
481 if (m_interpreter.AliasExists(alias_command) ||
482 m_interpreter.UserCommandExists(alias_command)) {
487 if (CommandAlias *alias = m_interpreter.AddAlias(
518 if (m_interpreter.CommandExists(alias_command)) {
525 if (m_interpreter.UserMultiwordCommandExists(alias_command)) {
534 m_interpreter.GetCommandSPExact(actual_command, true));
571 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName());
573 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName());
578 if (m_interpreter.AliasExists(alias_command) ||
579 m_interpreter.UserCommandExists(alias_command)) {
584 if (CommandAlias *alias = m_interpreter.AddAlias(
619 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0)
622 for (const auto &ent : m_interpreter.GetAliases()) {
638 cmd_obj = m_interpreter.GetCommandObject(command_name);
647 if (m_interpreter.CommandExists(command_name)) {
661 if (!m_interpreter.RemoveAlias(command_name)) {
662 if (m_interpreter.AliasExists(command_name))
694 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0)
697 for (const auto &ent : m_interpreter.GetCommands()) {
715 if (!m_interpreter.CommandExists(command_name)) {
726 if (!m_interpreter.RemoveCommand(command_name)) {
823 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
839 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 0,
976 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
1089 m_interpreter.IncreaseCommandUsage(*this);
1242 StructuredData::GenericSP cmd_obj_sp) : m_interpreter(interpreter),
1251 m_interpreter.GetDebugger().GetScriptInterpreter();
1283 m_interpreter.GetDebugger().GetScriptInterpreter();
1813 CommandInterpreter &m_interpreter;
2290 CommandCompletions::CompleteModifiableCmdPathArgs(m_interpreter, request,
2406 m_interpreter, m_cmd_name, funct_name_str, m_short_help,
2409 Status error = m_interpreter.AddUserCommand(
2492 m_interpreter.GetPythonCommandsFromIOHandler(" ", // Prompt
2500 m_interpreter, m_cmd_name, m_options.m_funct_name,
2518 new_cmd_sp = CommandObjectScriptingObjectParsed::Create(m_interpreter,
2524 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity,
2532 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite);
2568 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef);
2586 m_interpreter.RemoveAllUser();
2610 m_interpreter, request, opt_element_vector);
2623 if (!m_interpreter.HasUserCommands() &&
2624 !m_interpreter.HasUserMultiwordCommands()) {
2630 CommandObjectSP cmd_sp = m_interpreter.GetCommandSPExact(root_cmd);
2649 m_interpreter.RemoveUser(root_cmd);
2748 m_interpreter, request, opt_element_vector);
2874 m_interpreter, request, opt_element_vector);