Searched refs:commands_file (Results 1 – 2 of 2) sorted by relevance
399 commands_file = open(commands_path, 'w')400 commands_file.write(commands)401 commands_file.close()438 commands_file = open(commands_path, 'w')439 commands_file.write(commands)440 commands_file.close()
443 ::FILE *commands_file = fdopen(fds[READ], "rb"); in PrepareCommandsForSourcing()444 if (commands_file == nullptr) { in PrepareCommandsForSourcing()454 return commands_file; in PrepareCommandsForSourcing()591 FILE *commands_file = in MainLoop() local594 if (commands_file == nullptr) { in MainLoop()599 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop()634 commands_file = in MainLoop()636 if (commands_file != nullptr) { in MainLoop()637 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop()