Searched refs:yytbl_data (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/flex/
H A Dtables.h70 int yytbl_data_init (struct yytbl_data *tbl, enum yytbl_id id);
71 int yytbl_data_destroy (struct yytbl_data *td);
74 int yytbl_data_fwrite (struct yytbl_writer *wr, struct yytbl_data *td);
75 void yytbl_data_compress (struct yytbl_data *tbl);
76 struct yytbl_data *mkftbl (void);
H A Dtables_shared.c59 yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl)
H A Dgen.c101 static struct yytbl_data *mkeoltbl (void)
105 struct yytbl_data *tbl;
107 tbl = (struct yytbl_data *) calloc (1, sizeof (struct yytbl_data));
202 static struct yytbl_data *mkctbl (void)
205 struct yytbl_data *tbl = 0;
214 tbl = (struct yytbl_data *) calloc (1, sizeof (struct yytbl_data));
304 static struct yytbl_data *mkssltbl (void)
306 struct yytbl_data *tb
[all...]
H A Dtables.c60 static flex_int32_t yytbl_data_geti (const struct yytbl_data *tbl, int i);
62 static flex_int32_t yytbl_data_getijk (const struct yytbl_data *tbl, int i,
104 int yytbl_data_init (struct yytbl_data *td, enum yytbl_id id)
107 memset (td, 0, sizeof (struct yytbl_data));
117 int yytbl_data_destroy (struct yytbl_data *td)
191 int yytbl_data_fwrite (struct yytbl_writer *wr, struct yytbl_data *td)
345 static flex_int32_t yytbl_data_getijk (const struct yytbl_data *tbl, int i,
381 static flex_int32_t yytbl_data_geti (const struct yytbl_data *tbl, int i)
405 static void yytbl_data_seti (const struct yytbl_data *tbl, int i,
430 static size_t min_int_size (struct yytbl_data *tb
[all...]
H A Dtables_shared.h93 /** bit flags for t_flags field of struct yytbl_data */
118 struct yytbl_data {
140 yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl);
117 struct yytbl_data { struct
H A Ddfa.c392 struct yytbl_data *yynxt_tbl = 0;
525 (struct yytbl_data *) calloc (1,
527 yytbl_data));

Completed in 106 milliseconds