Searched refs:pipe_stream (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ | ||
| H A D | stream.c | 781 LispObj *pipe_stream; local in function:Lisp_PipeBroken 783 pipe_stream = ARGUMENT(0); 785 if (!STREAMP(pipe_stream) || 786 pipe_stream->data.stream.type != LispStreamPipe) 788 STRFUN(builtin), STROBJ(pipe_stream)); 790 if ((pid = PIDPSTREAMP(pipe_stream)) > 0) { 808 LispObj *pipe_stream; local in function:Lisp_PipeErrorStream 810 pipe_stream = ARGUMENT(0); 812 if (!STREAMP(pipe_stream) || 813 pipe_stream 829 LispObj *pipe_stream; local in function:Lisp_PipeInputDescriptor 853 LispObj *pipe_stream; local in function:Lisp_PipeErrorDescriptor [all...] |
Completed in 3 milliseconds