Searched refs:out_dec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/flex/ |
| D | gen.c | 135 out_dec ("%d, ", rule_has_nl[i] ? 1 : 0); in geneoltbl() 340 out_dec ("static yyconst struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1); in genctbl() 414 out_dec ("static yyconst struct yy_trans_info *yy_start_state_list[%d] =\n", lastsc * 2 + 1); in genctbl() 422 out_dec (" &yy_transition[%d],\n", base[i]); in genctbl() 737 out_dec ("if ( yy_current_state >= %d )\n", lastdfa + 2); 840 out_dec ("while ( yy_base[yy_current_state] != %d );\n", jambase); in gen_next_match() 842 out_dec ("while ( yy_current_state != %d );\n", in gen_next_match() 955 out_dec ("yy_current_state = yy_nxt[yy_current_state][%d];\n", NUL_ec); in gen_NUL_trans() 957 out_dec ("yy_current_state = yy_nxt[yy_current_state*YY_NXT_LOLEN + %d];\n", NUL_ec); in gen_NUL_trans() 963 out_dec ("int yy_c = %d;\n", NUL_ec); in gen_NUL_trans() [all …]
|
| D | misc.c | 524 out_dec ("%5d", value); 553 out_dec ("%5d", value); 680 void out_dec (fmt, n) in out_dec() function
|
| D | flexdef.h | 943 extern void out_dec PROTO ((const char *, int));
|
| D | dfa.c | 550 out_dec ("#undef YY_NXT_LOLEN\n#define YY_NXT_LOLEN (%d)\n", num_full_table_rows); in ntod()
|