Searched refs:yydmap_buf (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dgen.c124 buf_prints(&yydmap_buf,
221 buf_prints(&yydmap_buf,
333 buf_prints(&yydmap_buf,
469 buf_prints(&yydmap_buf,
683 buf_prints(&yydmap_buf,
1101 buf_prints(&yydmap_buf,
1211 buf_prints(&yydmap_buf,
1283 buf_prints(&yydmap_buf,
1314 buf_prints(&yydmap_buf,
1370 buf_prints(&yydmap_buf,
[all...]
H A Dbuf.c54 struct Buf yydmap_buf; /**< string buffer to hold yydmap elements */ variable in typeref:struct:Buf
H A Dmisc.c931 if (tablesext && yydmap_buf.elts)
932 outn((char *) (yydmap_buf.elts));
H A Ddfa.c539 buf_prints (&yydmap_buf,
H A Dflexdef.h1082 extern struct Buf yydmap_buf; /* a string buffer to hold yydmap elements */
H A Dmain.c947 buf_init(&yydmap_buf, sizeof(char)); /* one long string */

Completed in 207 milliseconds