Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Ddfa.c379 int num_full_table_rows=0; /* used only for -f */ in ntod() local
503 num_full_table_rows = numecs; in ntod()
510 num_full_table_rows = numecs + 1; in ntod()
524 yynxt_tbl->td_lolen = num_full_table_rows; in ntod()
542 num_full_table_rows); in ntod()
544 out_dec ("#undef YY_NXT_LOLEN\n#define YY_NXT_LOLEN (%d)\n", num_full_table_rows); in ntod()
554 for (i = 0; i < num_full_table_rows; ++i) { in ntod()
731 for (i = 1; i < num_full_table_rows; ++i) { in ntod()