Searched refs:buf_strappend (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/flex/ |
| D | buf.c | 80 buf = buf_strappend (buf, t); in buf_prints() 108 buf = buf_strappend (buf, t); in buf_linedir() 141 struct Buf *buf_strappend (buf, str) in buf_strappend() function 154 buf_strappend (buf, "#define "); 155 buf_strappend (buf, " "); 156 buf_strappend (buf, str); 157 buf_strappend (buf, " "); 158 buf_strappend (buf, def); 159 buf_strappend (buf, "\n");
|
| D | main.c | 458 buf_strappend(&tmpbuf, str); in check_options() 1262 buf_strappend (&userdef_buf, "#define "); 1264 buf_strappend (&userdef_buf, arg); 1265 buf_strappend (&userdef_buf, 1271 buf_strappend (&userdef_buf, " "); 1272 buf_strappend (&userdef_buf, 1274 buf_strappend (&userdef_buf, "\n");
|
| D | flexdef.h | 1115 extern struct Buf *buf_strappend PROTO ((struct Buf *, const char *str));
|