Searched refs:top_buf (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dbuf.c56 struct Buf top_buf; /**< contains %top code. String buffer. */ variable in typeref:struct:Buf
H A Dscan.l158 buf_linedir( &top_buf, infilename?infilename:"<stdin>", linenum);
264 buf_strnappend(&top_buf, yytext, yyleng);
269 buf_strnappend(&top_buf, yytext, yyleng);
274 buf_strnappend(&top_buf, yytext, yyleng);
277 {M4QSTART} buf_strnappend(&top_buf, escaped_qstart, strlen(escaped_qstart));
278 {M4QEND} buf_strnappend(&top_buf, escaped_qend, strlen(escaped_qend));
281 buf_strnappend(&top_buf, yytext, yyleng);
H A Dmain.c451 if (top_buf.elts)
452 outn((char *) top_buf.elts);
948 buf_init(&top_buf, sizeof(char)); /* one long string */
H A Dflexdef.h1084 extern struct Buf top_buf; /* contains %top code. String buffer. */

Completed in 201 milliseconds