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

/freebsd-10.0-release/contrib/flex/
H A Dbuf.c81 buf = buf_strappend (buf, t);
109 buf = buf_strappend (buf, t);
142 struct Buf *buf_strappend (buf, str)
155 buf_strappend (buf, "#define ");
156 buf_strappend (buf, " ");
157 buf_strappend (buf, str);
158 buf_strappend (buf, " ");
159 buf_strappend (buf, def);
160 buf_strappend (buf, "\n");
141 struct Buf *buf_strappend (buf, str) function
H A Dmain.c459 buf_strappend(&tmpbuf, str);
1263 buf_strappend (&userdef_buf, "#define ");
1265 buf_strappend (&userdef_buf, arg);
1266 buf_strappend (&userdef_buf,
1272 buf_strappend (&userdef_buf, " ");
1273 buf_strappend (&userdef_buf,
1275 buf_strappend (&userdef_buf, "\n");
H A Dflexdef.h1115 extern struct Buf *buf_strappend PROTO ((struct Buf *, const char *str));

Completed in 65 milliseconds