Home
last modified time | relevance | path

Searched refs:buf_copy_lines (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dbuffer.h169 void buf_copy_lines (struct buffer *, struct buffer *, int);
H A Dserver.c3658 buf_copy_lines (buf_to_net, saved_output, 'M'); in do_cvs_command()
3663 buf_copy_lines (buf_to_net, saved_outerr, 'E'); in do_cvs_command()
4057 buf_copy_lines (buf_to_net, stdoutbuf, 'M'); in do_cvs_command()
4082 buf_copy_lines (buf_to_net, stderrbuf, 'E'); in do_cvs_command()
4109 buf_copy_lines (buf_to_net, stdoutbuf, 'M'); in do_cvs_command()
4114 buf_copy_lines (buf_to_net, stderrbuf, 'E'); in do_cvs_command()
7671 buf_copy_lines (buf_to_net, saved_output, 'M'); in cvs_output()
7686 buf_copy_lines (protocol, saved_output, 'M'); in cvs_output()
7818 buf_copy_lines (buf_to_net, saved_outerr, 'E'); in cvs_outerr()
7833 buf_copy_lines (protocol, saved_outerr, 'E'); in cvs_outerr()
H A Dbuffer.c1025 buf_copy_lines (struct buffer *outbuf, struct buffer *inbuf, int command) in buf_copy_lines() function
H A DChangeLog-961961 (buf_copy_lines, buf_copy_counted): Don't check output.
3825 this to shove some data in a buffer which buf_copy_lines will
H A DChangeLog-93953498 buf_copy_lines): New buffering code.
H A DChangeLog3402 (buf_append_buffer, buf_read_data, buf_copy_lines, buf_copy_counted):