Home
last modified time | relevance | path

Searched refs:ChildInput (Results 1 – 1 of 1) sorted by relevance

/dports/biology/seaview/seaview/
H A Dpseudoterminal.cxx235 HANDLE ChildInput, ChildStdoutRd, ChildStdoutWr, stdouthandle = NULL; in run_external_prog_in_pseudoterm() local
247 ChildInput = (HANDLE)_get_osfhandle(fileno(in)); in run_external_prog_in_pseudoterm()
279 if(dialogfname != NULL) si.hStdInput = ChildInput; in run_external_prog_in_pseudoterm()
290 if(dialogfname != NULL) CloseHandle(ChildInput); in run_external_prog_in_pseudoterm()