HomeSort by: relevance | last modified time | path
    Searched refs: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
ed.h 231 long write_stream(FILE *, long, long);

Completed in 12 milliseconds