Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dbuffer.h169 void buf_copy_lines (struct buffer *, struct buffer *, int);
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()
7664 buf_copy_lines (buf_to_net, saved_output, 'M'); in cvs_output()
7679 buf_copy_lines (protocol, saved_output, 'M'); in cvs_output()
7811 buf_copy_lines (buf_to_net, saved_outerr, 'E'); in cvs_outerr()
7826 buf_copy_lines (protocol, saved_outerr, 'E'); in cvs_outerr()
Dbuffer.c1023 buf_copy_lines (struct buffer *outbuf, struct buffer *inbuf, int command) in buf_copy_lines() function