Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dbuf.c133 struct Buf *buf_strnappend (struct Buf *buf, const char *str, int n) in buf_strnappend() function
146 return buf_strnappend (buf, str, (int) strlen (str)); in buf_strappend()
H A Dflexdef.h1053 extern struct Buf *buf_strnappend(struct Buf *, const char *str, int nchars);
H A Dmain.c1282 buf_strnappend (&userdef_buf, arg, in flexinit()
/freebsd/usr.bin/lex/
H A Dinitscan.c2581 buf_strnappend(&top_buf, yytext, yyleng);
2589 buf_strnappend(&top_buf, yytext, yyleng);
2598 buf_strnappend(&top_buf, yytext, yyleng);
2604 buf_strnappend(&top_buf, escaped_qstart, (int) strlen(escaped_qstart));
2609 buf_strnappend(&top_buf, escaped_qend, (int) strlen(escaped_qend));
2615 buf_strnappend(&top_buf, yytext, yyleng);