Searched refs:yyacclist_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
1097 yyacclist_tbl = calloc(1,sizeof(struct yytbl_data));
1098 yytbl_data_init (yyacclist_tbl, YYTD_ID_ACCLIST);
1099 yyacclist_tbl->td_lolen = (flex_uint32_t) (MAX(numas,1) + 1);
1100 yyacclist_tbl->td_data = yyacclist_data =
1101 calloc(yyacclist_tbl->td_lolen, sizeof (flex_int32_t));
1160 yytbl_data_compress (yyacclist_tbl);
1161 if (yytbl_data_fwrite (&tableswr, yyacclist_tbl) < 0)
1162 flexerror (_("Could not write yyacclist_tbl"));
1163 yytbl_data_destroy (yyacclist_tbl);
[all...]

Completed in 61 milliseconds