Lines Matching refs:Buf
49 struct Buf userdef_buf; /**< for user #definitions triggered by cmd-line. */
50 struct Buf defs_buf; /**< for #define's autogenerated. List of strings. */
51 struct Buf yydmap_buf; /**< string buffer to hold yydmap elements */
52 struct Buf m4defs_buf; /**< m4 definitions. List of strings. */
53 struct Buf top_buf; /**< contains %top code. String buffer. */
55 struct Buf *buf_print_strings(struct Buf * buf, FILE* out) in buf_print_strings()
71 struct Buf *buf_prints (struct Buf *buf, const char *fmt, const char *s) in buf_prints()
91 struct Buf *buf_linedir (struct Buf *buf, const char* filename, int lineno) in buf_linedir()
119 struct Buf *buf_concat(struct Buf* dest, const struct Buf* src) in buf_concat()
127 struct Buf *buf_strnappend (buf, str, n) in buf_strnappend()
128 struct Buf *buf; in buf_strnappend()
141 struct Buf *buf_strappend (buf, str) in buf_strappend()
142 struct Buf *buf; in buf_strappend()
149 struct Buf *buf_strdefine (buf, str, def) in buf_strdefine()
150 struct Buf *buf; in buf_strdefine()
169 struct Buf *buf_m4_define (struct Buf *buf, const char* def, const char* val) in buf_m4_define()
190 struct Buf *buf_m4_undefine (struct Buf *buf, const char* def) in buf_m4_undefine()
207 struct Buf *buf; in buf_init()
218 struct Buf *buf; in buf_destroy()
232 struct Buf *buf_append (buf, ptr, n_elem) in buf_append()
233 struct Buf *buf; in buf_append()