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

/freebsd-11-stable/contrib/flex/
H A Dbuf.c51 struct Buf defs_buf; /**< for #define's autogenerated. List of strings. */
50 struct Buf defs_buf; /**< for #define's autogenerated. List of strings. */ variable in typeref:struct:Buf
H A Dmain.c678 for (i = 0; i < defs_buf.nelts; i++) {
681 if (sclookup (((char **) defs_buf.elts)[i]) > 0)
684 ((char **) defs_buf.elts)[i]);
968 buf_init (&defs_buf, sizeof (char *)); /* list of strings */
H A Dmisc.c112 buf_append (&defs_buf, &cpy, 1);
H A Dflexdef.h1127 extern struct Buf defs_buf; /* a char* buffer to save #define'd some symbols generated by flex. */

Completed in 163 milliseconds