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

  /src/bin/ed/
io.c 162 } else if ((size = write_stream(fp, n, m)) < 0)
175 /* write_stream: write a range of lines to a stream; return status */
177 write_stream(FILE *fp, long n, long m) function in typeref:typename:long
io.c 162 } else if ((size = write_stream(fp, n, m)) < 0)
175 /* write_stream: write a range of lines to a stream; return status */
177 write_stream(FILE *fp, long n, long m) function in typeref:typename:long

Completed in 24 milliseconds