Searched refs:yytbl_hdr (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/flex/ |
| HD | tables.h | 67 int yytbl_hdr_init (struct yytbl_hdr *th, const char *version_str, 72 const struct yytbl_hdr *th);
|
| HD | 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() 144 int yytbl_hdr_fwrite (struct yytbl_writer *wr, const struct yytbl_hdr *th) in yytbl_hdr_fwrite()
|
| HD | tables_shared.h | 107 struct yytbl_hdr { struct
|
| HD | main.c | 390 struct yytbl_hdr hdr; in check_options()
|
| HD | flex.skl | 3061 static int yytbl_hdr_read YYFARGS2(struct yytbl_hdr *, th, struct yytbl_reader *, rd) 3064 memset (th, 0, sizeof (struct yytbl_hdr)); 3340 struct yytbl_hdr th;
|