Searched refs:buf_strappend (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/lex/ |
| D | buf.c | 86 buf = buf_strappend(buf, t); in buf_prints() 118 buf = buf_strappend(buf, t); in buf_linedir() 151 buf_strappend(struct Buf *buf, const char *str) in buf_strappend() function 160 buf_strappend(buf, "#define "); in buf_strdefine() 161 buf_strappend(buf, " "); in buf_strdefine() 162 buf_strappend(buf, str); in buf_strdefine() 163 buf_strappend(buf, " "); in buf_strdefine() 164 buf_strappend(buf, def); in buf_strdefine() 165 buf_strappend(buf, "\n"); in buf_strdefine()
|
| D | main.c | 437 buf_strappend(&tmpbuf, str); in check_options() 1226 buf_strappend(&userdef_buf, "#define "); in flexinit() 1228 buf_strappend(&userdef_buf, arg); in flexinit() 1229 buf_strappend(&userdef_buf, in flexinit() 1234 buf_strappend(&userdef_buf, " "); in flexinit() 1235 buf_strappend(&userdef_buf, in flexinit() 1237 buf_strappend(&userdef_buf, "\n"); in flexinit()
|
| D | flexdef.h | 1069 extern struct Buf *buf_strappend PROTO ((struct Buf *, const char *str));
|