HomeSort by: relevance | last modified time | path
    Searched defs:read_stream (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ed/
io.c 55 } else if ((size = read_stream(fp, n)) < 0)
72 /* read_stream: read a stream into the editor buffer; return status */
74 read_stream(FILE *fp, long n) function in typeref:typename:long
io.c 55 } else if ((size = read_stream(fp, n)) < 0)
72 /* read_stream: read a stream into the editor buffer; return status */
74 read_stream(FILE *fp, long n) function in typeref:typename:long

Completed in 44 milliseconds