Home
last modified time | relevance | path

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

/netbsd/external/bsd/flex/dist/src/
H A Dbuf.c84 buf = buf_strappend (buf, t); in buf_prints()
117 buf = buf_strappend (buf, t); in buf_linedir()
147 struct Buf *buf_strappend (struct Buf *buf, const char *str) in buf_strappend() function
155 buf_strappend (buf, "#define "); in buf_strdefine()
156 buf_strappend (buf, " "); in buf_strdefine()
157 buf_strappend (buf, str); in buf_strdefine()
158 buf_strappend (buf, " "); in buf_strdefine()
159 buf_strappend (buf, def); in buf_strdefine()
160 buf_strappend (buf, "\n"); in buf_strdefine()
H A Dmain.c479 buf_strappend(&tmpbuf, str); in check_options()
1278 buf_strappend (&userdef_buf, "#define "); in flexinit()
1280 buf_strappend (&userdef_buf, arg); in flexinit()
1281 buf_strappend (&userdef_buf, in flexinit()
1287 buf_strappend (&userdef_buf, " "); in flexinit()
1288 buf_strappend (&userdef_buf, in flexinit()
1290 buf_strappend (&userdef_buf, "\n"); in flexinit()
H A Dflexdef.h1061 extern struct Buf *buf_strappend(struct Buf *, const char *str);