Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Ddfa.c375 int num_full_table_rows=0; /* used only for -f */ in ntod() local
494 num_full_table_rows = numecs; in ntod()
501 num_full_table_rows = numecs + 1; in ntod()
513 yynxt_tbl->td_lolen = (flex_uint32_t) num_full_table_rows; in ntod()
531 num_full_table_rows); in ntod()
533 out_dec ("#undef YY_NXT_LOLEN\n#define YY_NXT_LOLEN (%d)\n", num_full_table_rows); in ntod()
543 for (i = 0; i < num_full_table_rows; ++i) { in ntod()
720 for (i = 1; i < num_full_table_rows; ++i) { in ntod()