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

/freebsd-10.1-release/contrib/flex/
H A Dgen.c1054 *yydef_tbl = 0, *yynxt_tbl = 0, *yychk_tbl = 0, *yyacclist_tbl=0; local
1093 yyacclist_tbl = (struct yytbl_data*)calloc(1,sizeof(struct yytbl_data));
1094 yytbl_data_init (yyacclist_tbl, YYTD_ID_ACCLIST);
1095 yyacclist_tbl->td_lolen = MAX(numas,1) + 1;
1096 yyacclist_tbl->td_data = yyacclist_data =
1097 (flex_int32_t *) calloc (yyacclist_tbl->td_lolen, sizeof (flex_int32_t));
1156 yytbl_data_compress (yyacclist_tbl);
1157 if (yytbl_data_fwrite (&tableswr, yyacclist_tbl) < 0)
1158 flexerror (_("Could not write yyacclist_tbl"));
1159 yytbl_data_destroy (yyacclist_tbl);
[all...]

Completed in 99 milliseconds