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

/freebsd-13-stable/contrib/flex/src/
H A Dgen.c1058 *yydef_tbl = 0, *yynxt_tbl = 0, *yychk_tbl = 0, *yyacclist_tbl=0; local
1369 yydef_tbl = calloc(1, sizeof (struct yytbl_data));
1370 yytbl_data_init (yydef_tbl, YYTD_ID_DEF);
1371 yydef_tbl->td_lolen = (flex_uint32_t) (total_states + 1);
1372 yydef_tbl->td_data = yydef_data =
1373 calloc(yydef_tbl->td_lolen, sizeof (flex_int32_t));
1382 yytbl_data_compress (yydef_tbl);
1383 if (yytbl_data_fwrite (&tableswr, yydef_tbl) < 0)
1384 flexerror (_("Could not write yydef_tbl"));
1385 yytbl_data_destroy (yydef_tbl);
[all...]

Completed in 57 milliseconds