Home
last modified time | relevance | path

Searched refs:type_buf_input (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dbuffer.h31 typedef int (*type_buf_input) (void *, char *, size_t, size_t, size_t *); typedef
64 type_buf_input input;
131 struct buffer *buf_initialize (type_buf_input,
H A Dbuffer.c41 buf_initialize (type_buf_input input, in buf_initialize()