Home
last modified time | relevance | path

Searched refs:top_buf (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/lex/
H A Dinitscan.c2332 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 Dbuf.c53 struct Buf top_buf; /**< contains %top code. String buffer. */ variable
H A Dmain.c486 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 Dflexdef.h1065 extern struct Buf top_buf; /* contains %top code. String buffer. */
H A Dscan.l179 buf_linedir( &top_buf, infilename?infilename:"<stdin>", linenum);