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

/openbsd-current/usr.bin/lex/
H A Dgen.c1061 int i, j, k, *accset, nacc, *acc_array, total_states; local
1307 total_states = lastdfa + numtemps;
1312 "yy_base", total_states + 1);
1320 yybase_tbl->td_lolen = total_states + 1;
1348 for (++i /* skip jam state */ ; i <= total_states; ++i) {
1366 out_str_dec((total_states >= INT16_MAX || long_align) ?
1368 "yy_def", total_states + 1);
1372 (total_states >= INT16_MAX
1377 yydef_tbl->td_lolen = total_states + 1;
1381 for (i = 1; i <= total_states;
[all...]

Completed in 111 milliseconds