Home
last modified time | relevance | path

Searched refs:buf_strnappend (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dbuf.c136 struct Buf *buf_strnappend (struct Buf *buf, const char *str, int n) in buf_strnappend() function
149 return buf_strnappend (buf, str, (int) strlen (str)); in buf_strappend()
H A Dinitscan.c2518 buf_strnappend(&top_buf, yytext, yyleng);
2525 buf_strnappend(&top_buf, yytext, yyleng);
2533 buf_strnappend(&top_buf, yytext, yyleng);
2538 buf_strnappend(&top_buf, escaped_qstart, (int) strlen(escaped_qstart));
2542 buf_strnappend(&top_buf, escaped_qend, (int) strlen(escaped_qend));
2547 buf_strnappend(&top_buf, yytext, yyleng);
H A Dflexdef.h1062 extern struct Buf *buf_strnappend(struct Buf *, const char *str, int nchars);
H A Dmain.c1285 buf_strnappend (&userdef_buf, arg, in flexinit()