Searched refs:buf_strnappend (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | buf.c | 136 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 D | initscan.c | 2518 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 D | flexdef.h | 1062 extern struct Buf *buf_strnappend(struct Buf *, const char *str, int nchars);
|
| H A D | main.c | 1285 buf_strnappend (&userdef_buf, arg, in flexinit()
|