Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/flex/src/
H A Dgen.c137 out_dec ("%d, ", rule_has_nl[i] ? 1 : 0); in geneoltbl()
424 out_dec (" &yy_transition[%d],\n", base[i]); in genctbl()
742 out_dec ("if ( yy_current_state >= %d )\n", lastdfa + 2); in gen_next_compressed_state()
847 out_dec ("while ( yy_current_state != %d );\n", in gen_next_match()
967 out_dec ("int yy_c = %d;\n", NUL_ec); in gen_NUL_trans()
986 out_dec ("yy_is_jam = (yy_current_state == %d);\n", in gen_NUL_trans()
1550 out_dec ("#define YY_NUM_RULES %d\n", num_rules); in make_tables()
1706 out_dec (" &yy_transition[%d],\n", in make_tables()
1995 out_dec ("else if ( yy_act < %d )\n", num_rules); in make_tables()
2015 out_dec ("else if ( yy_act == %d )\n", num_rules); in make_tables()
[all …]
H A Dmisc.c431 out_dec ("%5d", value); in mk2data()
459 out_dec ("%5d", value); in mkdata()
559 void out_dec (const char *fmt, int n) in out_dec() function
H A Dflexdef.h888 extern void out_dec(const char *, int);
H A Ddfa.c533 out_dec ("#undef YY_NXT_LOLEN\n#define YY_NXT_LOLEN (%d)\n", num_full_table_rows); in ntod()