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

/freebsd-13-stable/contrib/flex/src/
H A Dgen.c1057 struct yytbl_data *yyacc_tbl = 0, *yymeta_tbl = 0, *yybase_tbl = 0, local
1311 yybase_tbl = calloc (1, sizeof (struct yytbl_data));
1312 yytbl_data_init (yybase_tbl, YYTD_ID_BASE);
1313 yybase_tbl->td_lolen = (flex_uint32_t) (total_states + 1);
1314 yybase_tbl->td_data = yybase_data =
1315 calloc(yybase_tbl->td_lolen,
1350 yytbl_data_compress (yybase_tbl);
1351 if (yytbl_data_fwrite (&tableswr, yybase_tbl) < 0)
1352 flexerror (_("Could not write yybase_tbl"));
1353 yytbl_data_destroy (yybase_tbl);
[all...]

Completed in 78 milliseconds