Lines Matching defs:m_cmd_name
2406 m_interpreter, m_cmd_name, funct_name_str, m_short_help,
2410 m_cmd_name, command_obj_sp, m_overwrite);
2418 m_cmd_name, command_obj_sp, m_overwrite);
2480 m_cmd_name = std::string(command[0].ref());
2483 m_cmd_name = std::string(command[num_args - 1].ref());
2500 m_interpreter, m_cmd_name, m_options.m_funct_name,
2519 m_cmd_name, cmd_obj_sp, m_synchronicity, result);
2524 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity,
2532 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite);
2538 m_container->LoadUserSubcommand(m_cmd_name, new_cmd_sp, m_overwrite);
2547 std::string m_cmd_name;