Home
last modified time | relevance | path

Searched refs:th_hsize (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/lex/
H A Dtables.c86 th->th_hsize = 14 + strlen (version_str) + 1 + strlen (name) + 1; in yytbl_hdr_init()
87 th->th_hsize += yypad64 (th->th_hsize); in yytbl_hdr_init()
146 || yytbl_write32 (wr, th->th_hsize) < 0) in yytbl_hdr_fwrite()
174 if (bwritten != (int) th->th_hsize) in yytbl_hdr_fwrite()
H A Dtables_shared.h111 flex_uint32_t th_hsize; /**< Size of this header in bytes. */ member
H A Dflex.skl3075 if (yytbl_read32 (&(th->th_hsize), rd) != 0
3081 if (th->th_hsize < 16 || th->th_hsize > 1024){
3087 bytes = th->th_hsize - 14;
3361 fseek(rd.fp, th.th_ssize - th.th_hsize, SEEK_CUR);