Searched refs:SetStdHandle (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| H A D | File.xs | 662 SetStdHandle(fd,handle) 666 if (SetStdHandle(fd, handle))
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 610 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, in SetStdHandle() function in ScriptInterpreterPythonImpl 697 if (!SetStdHandle(in_sp, "stdin", m_saved_stdin, "r")) { in EnterSession() 699 SetStdHandle(top_in_sp, "stdin", m_saved_stdin, "r"); in EnterSession() 703 if (!SetStdHandle(out_sp, "stdout", m_saved_stdout, "w")) { in EnterSession() 705 SetStdHandle(top_out_sp->GetFileSP(), "stdout", m_saved_stdout, "w"); in EnterSession() 708 if (!SetStdHandle(err_sp, "stderr", m_saved_stderr, "w")) { in EnterSession() 710 SetStdHandle(top_err_sp->GetFileSP(), "stderr", m_saved_stderr, "w"); in EnterSession()
|
| H A D | ScriptInterpreterPythonImpl.h | 397 bool SetStdHandle(lldb::FileSP file, const char *py_name,
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5160delta.pod | 1488 Added SetStdHandle and GetStdHandle functions
|