HomeSort by: relevance | last modified time | path
    Searched refs:buf_append_buffer (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
ms-buffer.c 84 if (!buf_empty_p (mb->cur)) buf_append_buffer (mb->buf, mb->cur);
159 if (!buf_empty_p (buf)) buf_append_buffer (retbuf, buf);
buffer.h 160 void buf_append_buffer (struct buffer *, struct buffer *);
log-buffer.c 203 buf_append_buffer (retbuf, buf);
394 buf_append_buffer (retbuf, lb->back_buf);
server.c 2557 buf_append_buffer (buf_to_primary, buf_from_net);
2663 buf_append_buffer (buf_to_net, buf_from_primary);
3748 buf_append_buffer (protocol, saved_output);
5208 buf_append_buffer (protocol, filebuf);
buffer.c 552 buf_append_buffer (struct buffer *to, struct buffer *from) function

Completed in 30 milliseconds