Home
last modified time | relevance | path

Searched defs:redirectStdin (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.ForkAndExecProcess.cs17 bool redirectStdin, bool redirectStdout, bool redirectStderr, in ForkAndExecProcess()
55 int redirectStdin, int redirectStdout, int redirectStderr, in ForkAndExecProcess()
/dports/devel/cxxtools/cxxtools-2.2.1/src/posix/
H A Dposixpipe.cpp49 void Pipe::redirectStdin(bool close, bool inherit) in redirectStdin() function in cxxtools::posix::Pipe
/dports/lang/seed7/seed7/src/
H A Dpcs_dos.c169 fileType redirectStdin, fileType redirectStdout, fileType redirectStderr) in pcsStart()
H A Dpcs_unx.c592 fileType redirectStdin, fileType redirectStdout, fileType redirectStderr) in pcsStart()
H A Dpcs_win.c642 fileType redirectStdin, fileType redirectStdout, fileType redirectStderr) in pcsStart()
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Dpipeimpl.cpp162 void PipeImpl::redirectStdin(bool close, bool inherit) in redirectStdin() function in cxxtools::PipeImpl
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A Dmain.cpp404 bool redirectStdin = _fileno(stdin) == UNINITIALIZED; in InitConsole() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_process.cpp151 int32_t redirectStdin, in SystemNative_ForkAndExecProcess()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/py/
H A Dshell.py1268 def redirectStdin(self, redirect=True): member in Shell
H A Dsliceshell.py3180 def redirectStdin(self, redirect=True): member in SlicesShell
/dports/devel/py-pyface/pyface-7.2.0/pyface/wx/
H A Dshell.py1032 def redirectStdin(self, redirect=1): member in Shell