Lines Matching refs:error_pipe
59 int error_pipe[2];
175 if (pipe(status->error_pipe) /*failed*/) {
177 status->error_pipe[0]=0;
181 (void) dup2(status->error_pipe[1], fileno(stderr));
182 close(status->error_pipe[1]);
183 FD_SET(status->error_pipe[0], &fds);
186 status->error_pipe[0], (XtPointer)XtInputReadMask,
210 if (status->error_pipe[0]) {
224 if (status->error_pipe[0] >= num_fds)
225 num_fds = status->error_pipe[0]+1;
317 if (status->error_pipe[0]) {
318 CheckReadFromPipe( status->error_pipe[0],
323 close( status->error_pipe[0] );