Lines Matching +defs:input +defs:stream
385 /* stream */
390 LispDestroy("%s: %s is not a stream", \
424 #define SSTREAMP(str) ((str)->data.stream.source.string)
426 #define FSTREAMP(str) ((str)->data.stream.source.file)
428 #define PSTREAMP(str) ((str)->data.stream.source.program)
429 #define PIDPSTREAMP(str) ((str)->data.stream.source.program->pid)
430 #define IPSTREAMP(str) ((str)->data.stream.source.program->input)
431 #define OPSTREAMP(str) ((str)->data.stream.source.program->output)
433 FSTREAMP((str)->data.stream.source.program->errorp)
550 LispFile *input; /* if READABLE: stdout of program */
624 } stream;