Searched refs:buf_strappend (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dbuf.c86 buf = buf_strappend(buf, t);
118 buf = buf_strappend(buf, t);
151 buf_strappend(struct Buf *buf, const char *str) function
160 buf_strappend(buf, "#define ");
161 buf_strappend(buf, " ");
162 buf_strappend(buf, str);
163 buf_strappend(buf, " ");
164 buf_strappend(buf, def);
165 buf_strappend(buf, "\n");
H A Dmain.c441 buf_strappend(&tmpbuf, str);
1234 buf_strappend(&userdef_buf, "#define ");
1236 buf_strappend(&userdef_buf, arg);
1237 buf_strappend(&userdef_buf,
1242 buf_strappend(&userdef_buf, " ");
1243 buf_strappend(&userdef_buf,
1245 buf_strappend(&userdef_buf, "\n");
H A Dflexdef.h1069 extern struct Buf *buf_strappend PROTO ((struct Buf *, const char *str));

Completed in 67 milliseconds