HomeSort by: relevance | last modified time | path
    Searched refs:FSTREAMP (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
read.c 326 file = FSTREAMP(input_stream);
479 file = FSTREAMP(input_stream);
578 if (!FSTREAMP(stream)->binary)
579 line = FSTREAMP(stream)->line;
internal.h 426 #define FSTREAMP(str) ((str)->data.stream.source.file)
433 FSTREAMP((str)->data.stream.source.program->errorp)
stream.c 523 file = FSTREAMP(stream);
526 file = FSTREAMP(stream);
io.c 70 file = FSTREAMP(SINPUT);
lisp.c 992 if (FSTREAMP(entry))
993 LispFclose(FSTREAMP(entry));
3053 FSTREAMP(stream) = file;
3083 FSTREAMP(stream) = file;

Completed in 10 milliseconds