Searched refs:th_hsize (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/flex/
H A Dtables_shared.h110 flex_uint32_t th_hsize; /**< Size of this header in bytes. */
109 flex_uint32_t th_hsize; /**< Size of this header in bytes. */ member in struct:yytbl_hdr
H A Dtables.c90 th->th_hsize = 14 + strlen (version_str) + 1 + strlen (name) + 1;
91 th->th_hsize += yypad64 (th->th_hsize);
151 || yytbl_write32 (wr, th->th_hsize) < 0)
152 flex_die (_("th_magic|th_hsize write32 failed"));
179 if (bwritten != (int) th->th_hsize)
249 /* Now go back and update the th_hsize member */

Completed in 69 milliseconds