Searched refs:new_outfd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c6433 int old_outfd, new_outfd;
6449 new_outfd = emacs_open (NULL_DEVICE, O_WRONLY, 0);
6450 if (new_outfd < 0)
6454 if (!proc_encode_coding_system[new_outfd])
6455 proc_encode_coding_system[new_outfd]
6458 proc_encode_coding_system[new_outfd],
6463 XSETINT (XPROCESS (proc)->outfd, new_outfd);
6415 int old_outfd, new_outfd; variable

Completed in 128 milliseconds