Home
last modified time | relevance | path

Searched refs:buf_append (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/flex/src/
H A Dbuf.c127 buf_append(dest, src->elts, src->nelts); in buf_concat()
135 buf_append (buf, str, n + 1); in buf_strnappend()
180 buf_append(buf, &str, 1); in buf_m4_define()
201 buf_append(buf, &str, 1); in buf_m4_undefine()
230 struct Buf *buf_append (struct Buf *buf, const void *ptr, int n_elem) in buf_append() function
H A Dmisc.c110 buf_append (&defs_buf, &cpy, 1); in action_define()
H A Dflexdef.h1050 extern struct Buf *buf_append(struct Buf * buf, const void *ptr, int n_elem);
H A Dmain.c988 buf_append (&m4defs_buf, &m4defs_init_str, 2); in flexinit()
/freebsd/contrib/flex/
H A DChangeLog889 * src/buf.c: casts in buf_append() to get rid of warnings