Searched refs:top_buf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/usr.bin/lex/ |
| D | initscan.c | 2363 buf_linedir( &top_buf, infilename?infilename:"<stdin>", linenum); 2607 buf_strnappend(&top_buf, yytext, yyleng); 2615 buf_strnappend(&top_buf, yytext, yyleng); 2624 buf_strnappend(&top_buf, yytext, yyleng); 2630 buf_strnappend(&top_buf, escaped_qstart, strlen(escaped_qstart)); 2635 buf_strnappend(&top_buf, escaped_qend, strlen(escaped_qend)); 2641 buf_strnappend(&top_buf, yytext, yyleng);
|
| /freebsd-10-stable/contrib/flex/ |
| D | buf.c | 53 struct Buf top_buf; /**< contains %top code. String buffer. */ variable
|
| D | main.c | 468 if( top_buf.elts) in check_options() 469 outn((char*) top_buf.elts); in check_options() 969 buf_init (&top_buf, sizeof (char)); /* one long string */
|
| D | scan.l | 156 buf_linedir( &top_buf, infilename?infilename:"<stdin>", linenum);
|
| D | flexdef.h | 1130 extern struct Buf top_buf; /* contains %top code. String buffer. */
|