Searched refs:buf_copy_lines (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | buffer.h | 142 extern void buf_copy_lines PROTO((struct buffer *, struct buffer *, int));
|
H A D | server.c | 2829 buf_copy_lines (buf_to_net, saved_output, 'M'); 2834 buf_copy_lines (buf_to_net, saved_outerr, 'E'); 3199 buf_copy_lines (buf_to_net, stdoutbuf, 'M'); 3224 buf_copy_lines (buf_to_net, stderrbuf, 'E'); 3251 buf_copy_lines (buf_to_net, stdoutbuf, 'M'); 3256 buf_copy_lines (buf_to_net, stderrbuf, 'E'); 6492 buf_copy_lines (buf_to_net, saved_output, 'M'); 6497 buf_copy_lines (protocol, saved_output, 'M'); 6622 buf_copy_lines (buf_to_net, saved_outerr, 'E'); 6627 buf_copy_lines (protocol, saved_outerr, 'E');
|
H A D | buffer.c | 970 buf_copy_lines (outbuf, inbuf, command) in buf_copy_lines() function
|
H A D | ChangeLog-96 | 1961 (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 D | ChangeLog-9395 | 3498 buf_copy_lines): New buffering code.
|