Searched refs:buf_strnappend (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | buf.c | 133 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 D | flexdef.h | 1053 extern struct Buf *buf_strnappend(struct Buf *, const char *str, int nchars);
|
H A D | main.c | 1282 buf_strnappend (&userdef_buf, arg, in flexinit()
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 2581 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);
|