Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dgen.c122 buf_prints (&yydmap_buf, in mkeoltbl()
214 buf_prints (&yydmap_buf, in mkctbl()
327 buf_prints (&yydmap_buf, in mkssltbl()
459 buf_prints (&yydmap_buf, in mkecstbl()
676 buf_prints (&yydmap_buf, in mkftbl()
1096 buf_prints (&yydmap_buf, in gentabs()
1205 buf_prints (&yydmap_buf, in gentabs()
1278 buf_prints (&yydmap_buf, in gentabs()
1310 buf_prints (&yydmap_buf, in gentabs()
1367 buf_prints (&yydmap_buf, in gentabs()
[all …]
H A Dmisc.c769 if (tablesext && yydmap_buf.elts) in skelout()
770 outn ((char *) (yydmap_buf.elts)); in skelout()
H A Dbuf.c54 struct Buf yydmap_buf; /**< string buffer to hold yydmap elements */ variable
H A Dflexdef.h1072 extern struct Buf yydmap_buf; /* a string buffer to hold yydmap elements */
H A Ddfa.c521 buf_prints (&yydmap_buf, in ntod()
H A Dmain.c984 buf_init (&yydmap_buf, sizeof (char)); /* one long string */ in flexinit()