Searched refs:buf_strappend (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | buf.c | 81 buf = buf_strappend (buf, t); in buf_prints() 114 buf = buf_strappend (buf, t); in buf_linedir() 144 struct Buf *buf_strappend (struct Buf *buf, const char *str) in buf_strappend() function 152 buf_strappend (buf, "#define "); in buf_strdefine() 153 buf_strappend (buf, " "); in buf_strdefine() 154 buf_strappend (buf, str); in buf_strdefine() 155 buf_strappend (buf, " "); in buf_strdefine() 156 buf_strappend (buf, def); in buf_strdefine() 157 buf_strappend (buf, "\n"); in buf_strdefine()
|
H A D | main.c | 476 buf_strappend(&tmpbuf, str); in check_options() 1275 buf_strappend (&userdef_buf, "#define "); in flexinit() 1277 buf_strappend (&userdef_buf, arg); in flexinit() 1278 buf_strappend (&userdef_buf, in flexinit() 1284 buf_strappend (&userdef_buf, " "); in flexinit() 1285 buf_strappend (&userdef_buf, in flexinit() 1287 buf_strappend (&userdef_buf, "\n"); in flexinit()
|
H A D | flexdef.h | 1052 extern struct Buf *buf_strappend(struct Buf *, const char *str);
|