Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dbuf.c81 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 Dmain.c476 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 Dflexdef.h1052 extern struct Buf *buf_strappend(struct Buf *, const char *str);