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

/freebsd-13-stable/contrib/flex/src/
H A Dgen.c1055 int i, j, k, *accset, nacc, *acc_array, total_states; local
1300 total_states = lastdfa + numtemps;
1305 "yy_base", total_states + 1);
1313 yybase_tbl->td_lolen = (flex_uint32_t) (total_states + 1);
1342 for (++i /* skip jam state */ ; i <= total_states; ++i) {
1360 out_str_dec ((total_states >= INT16_MAX || long_align) ?
1362 "yy_def", total_states + 1);
1366 (total_states >= INT16_MAX
1371 yydef_tbl->td_lolen = (flex_uint32_t) (total_states + 1);
1375 for (i = 1; i <= total_states;
[all...]

Completed in 73 milliseconds