Home
last modified time | relevance | path

Searched refs:yytbl_hdr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/flex/src/
H A Dtables.h67 int yytbl_hdr_init (struct yytbl_hdr *th, const char *version_str,
72 const struct yytbl_hdr *th);
H A Dtables.c83 int yytbl_hdr_init (struct yytbl_hdr *th, const char *version_str, in yytbl_hdr_init()
86 memset (th, 0, sizeof (struct yytbl_hdr)); in yytbl_hdr_init()
143 int yytbl_hdr_fwrite (struct yytbl_writer *wr, const struct yytbl_hdr *th) in yytbl_hdr_fwrite()
H A Dtables_shared.h107 struct yytbl_hdr { struct
H A Dmain.c406 struct yytbl_hdr hdr; in check_options()
H A Dflex.skl3036 static int yytbl_hdr_read YYFARGS2(struct yytbl_hdr *, th, struct yytbl_reader *, rd)
3039 memset (th, 0, sizeof (struct yytbl_hdr));
3318 struct yytbl_hdr th;