Home
last modified time | relevance | path

Searched refs:td_lolen (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/flex/dist/
H A Dgen.c133 tbl->td_lolen = num_rules + 1; in mkeoltbl()
135 (flex_int8_t *) calloc (tbl->td_lolen, sizeof (flex_int8_t)); in mkeoltbl()
241 tbl->td_lolen = tblend + numecs + 1; /* number of structs */ in mkctbl()
244 (flex_int32_t *) calloc (tbl->td_lolen * 2, sizeof (flex_int32_t)); in mkctbl()
337 tbl->td_lolen = lastsc * 2 + 1; in mkssltbl()
340 (flex_int32_t *) calloc (tbl->td_lolen, sizeof (flex_int32_t)); in mkssltbl()
466 tbl->td_lolen = csize; in mkecstbl()
469 (flex_int32_t *) calloc (tbl->td_lolen, sizeof (flex_int32_t)); in mkecstbl()
675 tbl->td_lolen = lastdfa + 1; in mkftbl()
678 (flex_int32_t *) calloc (tbl->td_lolen, sizeof (flex_int32_t)); in mkftbl()
[all …]
H A Dtables_shared.c63 n = tbl->td_lolen; in yytbl_calc_total_len()
H A Dtables.c212 if ((rv = yytbl_write32 (wr, td->td_lolen)) < 0) in yytbl_data_fwrite()
353 lo = tbl->td_lolen;
472 newtbl.td_lolen = tbl->td_lolen; in yytbl_data_compress()
H A Dtables_shared.h121 flex_uint32_t td_lolen; /**< num elements in lowest dimension array */ member
H A Ddfa.c531 yynxt_tbl->td_lolen = num_full_table_rows; in ntod()
533 (flex_int32_t *) calloc (yynxt_tbl->td_lolen * in ntod()
719 yynxt_tbl->td_lolen * in ntod()
H A Dflex.skl3144 || yytbl_read32 (&td.td_lolen, rd) != 0)
3167 bytes = sizeof(struct yy_trans_info) * td.td_lolen * (td.td_hilen ? td.td_hilen : 1);
3169 bytes = td.td_lolen * (td.td_hilen ? td.td_hilen : 1) * dmap->dm_sz;
H A DChangeLog548 * doc/flex.texi: fix order of td_lolen and td_hilen in
/minix3/external/bsd/flex/dist/doc/
H A Dflex.info-14071 | uint32 td_lolen; |
4170 is an array of structs. See the `td_lolen' field below.
4206 and `td_lolen' contains the number of elements in the lowest
4209 Conceptually, `td_data' is either `sometype td_data[td_lolen]', or
4210 `sometype td_data[td_hilen][td_lolen]', where `sometype' is
4212 `td_lolen' and `td_hilen' to be zero, in which case `td_data' is a
4217 `td_lolen'
4227 `td_flags', `td_hilen', and `td_lolen' fields.
H A Dflex.texi5090 | uint32 td_lolen; |
5181 structs. See the @code{td_lolen} field below.
5212 number of elements in the higher dimensional array, and @code{td_lolen} contains
5215 Conceptually, @code{td_data} is either @code{sometype td_data[td_lolen]}, or
5216 @code{sometype td_data[td_hilen][td_lolen]}, where @code{sometype} is specified
5217 by the @code{td_flags} field. It is possible for both @code{td_lolen} and
5222 @item td_lolen
5231 @code{td_flags}, @code{td_hilen}, and @code{td_lolen} fields.