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

/freebsd-11.0-release/contrib/flex/
H A Dtables_shared.c64 n = tbl->td_lolen;
H A Dgen.c110 tbl->td_lolen = num_rules + 1;
112 (flex_int8_t *) calloc (tbl->td_lolen, sizeof (flex_int8_t));
218 tbl->td_lolen = tblend + numecs + 1; /* number of structs */
221 (flex_int32_t *) calloc (tbl->td_lolen * 2, sizeof (flex_int32_t));
314 tbl->td_lolen = lastsc * 2 + 1;
317 (flex_int32_t *) calloc (tbl->td_lolen, sizeof (flex_int32_t));
444 tbl->td_lolen = csize;
447 (flex_int32_t *) calloc (tbl->td_lolen, sizeof (flex_int32_t));
650 tbl->td_lolen = lastdfa + 1;
653 (flex_int32_t *) calloc (tbl->td_lolen, sizeo
[all...]
H A Dtables_shared.h122 flex_uint32_t td_lolen; /**< num elements in lowest dimension array */
121 flex_uint32_t td_lolen; /**< num elements in lowest dimension array */ member in struct:yytbl_data
H A Dtables.c210 if ((rv = yytbl_write32 (wr, td->td_lolen)) < 0)
351 lo = tbl->td_lolen;
470 newtbl.td_lolen = tbl->td_lolen;
H A Ddfa.c530 yynxt_tbl->td_lolen = num_full_table_rows;
532 (flex_int32_t *) calloc (yynxt_tbl->td_lolen *
718 yynxt_tbl->td_lolen *

Completed in 115 milliseconds