Searched refs:yytbl_hdr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | tables.h | 67 int yytbl_hdr_init (struct yytbl_hdr *th, const char *version_str, 72 const struct yytbl_hdr *th);
|
H A D | tables.c | 83 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 D | tables_shared.h | 107 struct yytbl_hdr { struct
|
H A D | main.c | 406 struct yytbl_hdr hdr; in check_options()
|
H A D | flex.skl | 3036 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;
|