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

/freebsd-current/contrib/flex/src/
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 = (flex_uint32_t) (14 + strlen (version_str) + 1 + strlen (name) + 1);
91 th->th_hsize += yypad64 (th->th_hsize);
150 || yytbl_write32 (wr, th->th_hsize) < 0)
151 flex_die (_("th_magic|th_hsize write32 failed"));
178 if (bwritten != (int) th->th_hsize)
248 /* Now go back and update the th_hsize member */

Completed in 54 milliseconds