Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/lex/
Dinitscan.c2363 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/
Dbuf.c53 struct Buf top_buf; /**< contains %top code. String buffer. */ variable
Dmain.c468 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 */
Dscan.l156 buf_linedir( &top_buf, infilename?infilename:"<stdin>", linenum);
Dflexdef.h1130 extern struct Buf top_buf; /* contains %top code. String buffer. */