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

/freebsd-13-stable/contrib/flex/src/
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.c694 for (i = 0; i < defs_buf.nelts; i++) {
697 if (sclookup (((char **) defs_buf.elts)[i]) > 0)
700 ((char **) defs_buf.elts)[i]);
981 buf_init (&defs_buf, sizeof (char *)); /* list of strings */
H A Dflexdef.h1062 extern struct Buf defs_buf; /* a char* buffer to save #define'd some symbols generated by flex. */
H A Dmisc.c110 buf_append (&defs_buf, &cpy, 1);

Completed in 66 milliseconds