Searched refs:td_lolen (Results 1 – 9 of 9) sorted by relevance
| /minix3/external/bsd/flex/dist/ |
| H A D | gen.c | 133 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 D | tables_shared.c | 63 n = tbl->td_lolen; in yytbl_calc_total_len()
|
| H A D | tables.c | 212 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 D | tables_shared.h | 121 flex_uint32_t td_lolen; /**< num elements in lowest dimension array */ member
|
| H A D | dfa.c | 531 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 D | flex.skl | 3144 || 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 D | ChangeLog | 548 * doc/flex.texi: fix order of td_lolen and td_hilen in
|
| /minix3/external/bsd/flex/dist/doc/ |
| H A D | flex.info-1 | 4071 | 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 D | flex.texi | 5090 | 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.
|