Searched refs:top_buf (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 2332 buf_linedir( &top_buf, infilename?infilename:"<stdin>", linenum); 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);
|
/freebsd/contrib/flex/src/ |
H A D | buf.c | 53 struct Buf top_buf; /**< contains %top code. String buffer. */ variable
|
H A D | main.c | 486 if( top_buf.elts) in check_options() 487 outn((char*) top_buf.elts); in check_options() 982 buf_init (&top_buf, sizeof (char)); /* one long string */ in flexinit()
|
H A D | flexdef.h | 1065 extern struct Buf top_buf; /* contains %top code. String buffer. */
|
H A D | scan.l | 179 buf_linedir( &top_buf, infilename?infilename:"<stdin>", linenum);
|